Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c353 F_SET(clp, CL_LAYOUT); in cl_discard()
367 F_SET(clp, CL_LAYOUT); in cl_discard()
546 if (repaint || F_ISSET(clp, CL_LAYOUT)) { in cl_refresh()
559 F_CLR(clp, CL_LAYOUT); in cl_refresh()
678 F_SET(clp, CL_LAYOUT); in cl_split()
H A Dcl.h56 #define CL_LAYOUT 0x0002 /* Screen layout changed. */ macro