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

/external/toybox/toys/other/
H A Dhexedit.c45 tty_esc("2m");
49 tty_esc("7m");
54 tty_esc("0m");
64 tty_esc("K");
83 tty_esc("K");
106 tty_esc("0m");
107 if (side!=2) tty_esc("7m");
110 if (side==i) tty_esc("32m");
113 tty_esc("0m");
132 tty_esc("
[all...]
/external/toybox/toys/example/
H A Dtest_scankey.c33 tty_esc("?25l"); // hide cursor
34 tty_esc("0m"); // reset color to default
35 tty_esc("2J"); // Clear screen
/external/toybox/lib/
H A Dinterestingtimes.c215 void tty_esc(char *s) function
225 tty_esc(s);
231 tty_esc("?25h");
232 tty_esc("0m");
234 tty_esc("K");
H A Dlinestack.c102 tty_esc("7m");
113 tty_esc("27m");
H A Dlib.h236 void tty_esc(char *s);

Completed in 78 milliseconds