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 …]
215 void tty_esc(char *s) in tty_esc() function225 tty_esc(s); in tty_jump()231 tty_esc("?25h"); in tty_reset()232 tty_esc("0m"); in tty_reset()234 tty_esc("K"); in tty_reset()
102 tty_esc("7m"); in crunch_str()113 tty_esc("27m"); in crunch_str()
236 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()