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

Function re_goto_bottom

extern/editline/src/refresh.c:343–351  ·  view source on GitHub ↗

re_goto_bottom(): * used to go to last used screen line */

Source from the content-addressed store, hash-verified

341 * used to go to last used screen line
342 */
343protected void
344re_goto_bottom(EditLine *el)
345{
346
347 terminal_move_to_line(el, el->el_refresh.r_oldcv);
348 terminal__putc(el, '\n');
349 re_clear_display(el);
350 terminal__flush(el);
351}
352
353
354/* re_insert():

Callers 3

vi_list_or_eofFunction · 0.85
ed_end_of_fileFunction · 0.85
ed_newlineFunction · 0.85

Calls 4

terminal_move_to_lineFunction · 0.85
terminal__putcFunction · 0.85
re_clear_displayFunction · 0.85
terminal__flushFunction · 0.85

Tested by

no test coverage detected