Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/toybox/lib/
Dtty.c251 void tty_esc(char *s) in tty_esc() function
261 tty_esc(s); in tty_jump()
267 tty_esc("?25h"); in tty_reset()
268 tty_esc("0m"); in tty_reset()
270 tty_esc("K"); in tty_reset()
Dlinestack.c145 tty_esc("7m"); in crunch_rev_escape()
147 tty_esc("27m"); in crunch_rev_escape()
Dlib.h345 void tty_esc(char *s);
/third_party/toybox/toys/example/
Ddemo_scankey.c33 tty_esc("?25l"); // hide cursor in demo_scankey_main()
34 tty_esc("0m"); // reset color to default in demo_scankey_main()
35 tty_esc("2J"); // Clear screen in demo_scankey_main()
/third_party/toybox/toys/pending/
Dvi.c1297 tty_esc("1m"); in vi_crunch()
1299 tty_esc("m"); in vi_crunch()
1372 if (redraw&2) tty_esc("2J"), tty_esc("H"); //clear screen in draw_page()
1392 tty_esc("2K"); in draw_page()
1459 tty_esc("2K"); in draw_page()
1477 tty_esc("2K"); in draw_page()
1528 tty_esc("?1049h"); in vi_main()
1699 tty_esc("?1049l"); in vi_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h337 void tty_esc(char *s);
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c1312 tty_esc("?25h"); in top_cursor_cleanup()
1336 tty_esc("?25l"); in top_common()
/third_party/toybox/toys/posix/
Dps.c1455 tty_esc("?25h"); in top_cursor_cleanup()
1479 tty_esc("?25l"); in top_common()