Home
last modified time | relevance | path

Searched refs:line_was_cleared (Results 1 - 1 of 1) sorted by relevance

/third_party/mksh/
H A Dedit.c2123 * clear with termcap instead of spaces, or not if line_was_cleared;
2127 x_clrtoeol(int lastch, bool line_was_cleared) in x_clrtoeol() argument
2131 if (lastch == ' ' && !line_was_cleared && x_term_mode == 1) { in x_clrtoeol()
2133 line_was_cleared = true; in x_clrtoeol()
2135 if (lastch == ' ' && line_was_cleared) in x_clrtoeol()

Completed in 6 milliseconds