Searched refs:tty_esc (Results 1 – 5 of 5) sorted by relevance
45 tty_esc("2m");49 tty_esc("7m");54 tty_esc("0m");64 tty_esc("K"); in draw_tail()83 tty_esc("K"); in draw_line()106 tty_esc("0m"); in highlight()107 if (side!=2) tty_esc("7m"); in highlight()110 if (side==i) tty_esc("32m"); in highlight()113 tty_esc("0m"); in highlight()132 tty_esc("0m"); in hexedit_main()[all …]
214 void tty_esc(char *s) in tty_esc() function224 tty_esc(s); in tty_jump()230 tty_esc("?25h"); in tty_reset()231 tty_esc("0m"); in tty_reset()233 tty_esc("K"); in tty_reset()
141 tty_esc("7m"); in crunch_rev_escape()143 tty_esc("27m"); in crunch_rev_escape()
276 void tty_esc(char *s);
33 tty_esc("?25l"); // hide cursor in test_scankey_main()34 tty_esc("0m"); // reset color to default in test_scankey_main()35 tty_esc("2J"); // Clear screen in test_scankey_main()