Home
last modified time | relevance | path

Searched refs:redraw_on_quit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dmain.c74 extern int redraw_on_quit; in main()
596 if (redraw_on_quit && term_init_done)
601 * redraw_on_quit tells us to redraw it on the main screen.
H A Dopttbl.c75 public int redraw_on_quit; /* Redraw last screen after term deinit */
641 BOOL, OPT_OFF, &redraw_on_quit, NULL,
74 public int redraw_on_quit; /* Redraw last screen after term deinit */ global() variable