Home
last modified time | relevance | path

Searched refs:CSI_ERASE_LINE_AFTER (Results 1 – 2 of 2) sorted by relevance

/tools/repohooks/rh/
Dterminal.py36 CSI_ERASE_LINE_AFTER = '\x1b[K' variable
121 output = '\r' + line + CSI_ERASE_LINE_AFTER
Dterminal_unittest.py108 csi = rh.terminal.CSI_ERASE_LINE_AFTER