MCPcopy Create free account
hub / github.com/gwsw/less / empty_screen

Function empty_screen

position.c:145–149  ·  view source on GitHub ↗

* See if the entire screen is empty. */

Source from the content-addressed store, hash-verified

143 * See if the entire screen is empty.
144 */
145 public int
146empty_screen(VOID_PARAM)
147{
148 return (empty_lines(0, sc_height-1));
149}
150
151 public int
152empty_lines(s, e)

Callers 4

forwFunction · 0.85
forwardFunction · 0.85
make_displayFunction · 0.85
search_posFunction · 0.85

Calls 1

empty_linesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…