Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dhexedit.c62 tty_esc("K"); in prompt()
64 tty_esc("?25h"); in prompt()
83 tty_esc("?25l"); in prompt()
103 tty_esc("K"); in draw_status()
133 tty_esc("K"); in draw_line()
156 tty_esc("0m"); in highlight()
157 if (side!=2) tty_esc("7m"); in highlight()
160 if (side==i) tty_esc("32m"); in highlight()
166 if (side!=2) tty_esc("7m"); in highlight()
204 tty_esc("0m"); in hexedit_main()
[all …]
/external/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()
/external/toybox/lib/
Dtty.c255 void tty_esc(char *s) in tty_esc() function
265 tty_esc(s); in tty_jump()
271 tty_esc("?25h"); in tty_reset()
272 tty_esc("0m"); in tty_reset()
274 tty_esc("K"); in tty_reset()
Dlinestack.c146 tty_esc("7m"); in crunch_rev_escape()
148 tty_esc("27m"); in crunch_rev_escape()
Dlib.h343 void tty_esc(char *s);
/external/toybox/toys/pending/
Dvi.c1295 tty_esc("1m"); in vi_crunch()
1297 tty_esc("m"); in vi_crunch()
1371 if (redraw&2) tty_esc("2J"), tty_esc("H"); //clear screen in draw_page()
1391 tty_esc("2K"); in draw_page()
1458 tty_esc("2K"); in draw_page()
1476 tty_esc("2K"); in draw_page()
1528 tty_esc("?1049h"); in vi_main()
1699 tty_esc("?1049l"); in vi_main()
/external/toybox/toys/posix/
Dps.c1468 tty_esc("?25h"); in top_cursor_cleanup()
1492 tty_esc("?25l"); in top_common()