Searched refs:screensize (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | cmd1.c | 55 size = screensize(); in headers() 96 size = screensize(); in scroll() 128 screensize(void) in screensize() function
|
H A D | extern.h | 209 int screensize(void);
|
/freebsd/contrib/dialog/ |
H A D | dialog.pl | 70 sub screensize() { subroutine 555 &screensize;
|
H A D | CHANGES | 248 + use actual screensize for list captions rather than assuming 24
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 348 Compile-in feature to detect screensize for terminals which do 349 not advertise their screensize, e.g., serial terminals.
|
H A D | configure.in | 1473 ### use option --enable-check-size to detect screensize with CPR 1474 AC_MSG_CHECKING(if you want to check screensize of serial terminals) 1476 [ --enable-check-size compile-in code to detect screensize of serial terminals],, 1479 …k_size" = xyes && AC_DEFINE(USE_CHECK_SIZE,1,[Define to 1 to compile-in code to detect screensize])
|
H A D | INSTALL | 557 Compile-in feature to detect screensize for terminals which do not 558 advertise their screensize, e.g., serial terminals.
|
H A D | NEWS | 259 user6/user7 terminfo capabilities) to obtain screensize if neither 2708 the operating system's notion of the screensize if possible. 3304 screensize if it was already set in the system, to improve tabstop 3305 setting which relies upon knowing the actual screensize. 5106 if screensize is unchanged. Modify _nc_update_screensize() to push a 8141 + check if filter() was called when getting the screensize. Keep it
|
H A D | configure | 839 --enable-check-size compile-in code to detect screensize of serial terminals
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 4452 # Tested with WinNT 4.0, the telnet application assumes the screensize is 7642 # initial screensize 24x80 7725 # Repeatable tests with tack and vttest assume a standard screensize -- 7759 # initial screensize 71x22 7979 # + initial screensize is odd, i.e., 81x24 8049 # + initial screensize 62x23, no visual feedback on resize, no "resize -s"
|