Searched refs:screensize (Results 1 – 7 of 7) 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 | 208 int screensize(void);
|
| /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 | 1489 ### use option --enable-check-size to detect screensize with CPR 1490 AC_MSG_CHECKING(if you want to check screensize of serial terminals) 1492 [ --enable-check-size compile-in code to detect screensize of serial terminals],, 1495 …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 | 828 user6/user7 terminfo capabilities) to obtain screensize if neither 3277 the operating system's notion of the screensize if possible. 3873 screensize if it was already set in the system, to improve tabstop 3874 setting which relies upon knowing the actual screensize. 5675 if screensize is unchanged. Modify _nc_update_screensize() to push a 8710 + check if filter() was called when getting the screensize. Keep it
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 4540 # Tested with WinNT 4.0, the telnet application assumes the screensize is 7774 # initial screensize 24x80 7858 # Repeatable tests with tack and vttest assume a standard screensize -- 7892 # initial screensize 71x22 8232 # + initial screensize is now 80x24 8245 # + initial screensize is odd, i.e., 81x24 8349 # + initial screensize 62x23, no visual feedback on resize, no "resize -s" 8474 # not have decided that the screensize changed. The fix in #4523 is a
|