MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ed_clear_screen

Function ed_clear_screen

extern/editline/src/common.c:582–590  ·  view source on GitHub ↗

ed_clear_screen(): * Clear screen leaving current line at the top * [^L] */

Source from the content-addressed store, hash-verified

580 * [^L]
581 */
582protected el_action_t
583/*ARGSUSED*/
584ed_clear_screen(EditLine *el, Int c __attribute__((__unused__)))
585{
586
587 terminal_clear_screen(el); /* clear the whole real screen */
588 re_clear_display(el); /* reset everything */
589 return CC_REFRESH;
590}
591
592
593/* ed_redisplay():

Callers

nothing calls this directly

Calls 2

terminal_clear_screenFunction · 0.85
re_clear_displayFunction · 0.85

Tested by

no test coverage detected