Home
last modified time | relevance | path

Searched refs:tty_esc (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/other/
Dhexedit.c45 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 …]
/external/toybox/lib/
Dinterestingtimes.c215 void tty_esc(char *s) in tty_esc() function
225 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()
Dlinestack.c102 tty_esc("7m"); in crunch_str()
113 tty_esc("27m"); in crunch_str()
Dlib.h236 void tty_esc(char *s);
/external/toybox/toys/example/
Dtest_scankey.c33 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()