HomeSort by relevance Sort by last modified time
    Searched refs:tty_esc (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/other/
hexedit.c 45 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("0m")
    [all...]
  /external/toybox/toys/example/
test_scankey.c 33 tty_esc("?25l"); // hide cursor
34 tty_esc("0m"); // reset color to default
35 tty_esc("2J"); // Clear screen
  /external/toybox/lib/
interestingtimes.c 215 void tty_esc(char *s) function
225 tty_esc(s);
231 tty_esc("?25h");
232 tty_esc("0m");
234 tty_esc("K");
linestack.c 102 tty_esc("7m");
113 tty_esc("27m");
lib.h 236 void tty_esc(char *s);

Completed in 73 milliseconds