X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fresizeterm.3x;h=b88f68f351ff23a059271aaba3e97248e894cadd;hp=4a3dafaf4ce34fec629786a3ec3e1ce93e27b17f;hb=62ca6190a9a8ddccb2c4d5ca7b2ef9f88432da65;hpb=b9a2bd87a73d976d1c916815e2d370bf1090d1b2 diff --git a/man/resizeterm.3x b/man/resizeterm.3x index 4a3dafaf..b88f68f3 100644 --- a/man/resizeterm.3x +++ b/man/resizeterm.3x @@ -28,7 +28,7 @@ .\" .\" Author: Thomas E. Dickey 1996-on .\" -.\" $Id: resizeterm.3x,v 1.20 2015/09/19 22:53:26 tom Exp $ +.\" $Id: resizeterm.3x,v 1.21 2015/09/26 19:55:32 tom Exp $ .TH resizeterm 3X "" .de bP .IP \(bu 4 @@ -108,6 +108,19 @@ this overrides the library's use of the window size obtained from the operating system. Thus, even if a SIGWINCH is received, no screen size change may be recorded. +.SH PORTABILITY +.PP +It is possible to resize the screen with SVr4 curses, +by +.bP +exiting curses with \fBendwin\fP(3X) and +.bP +resuming using \fBrefresh\fP(3X). +.PP +Doing that clears the screen and is visually distracting. +.PP +This extension of ncurses was introduced in mid-1995. +It was adopted in NetBSD curses (2001) and PDCurses (2003). .SH SEE ALSO \fBcurs_getch\fR(3X), \fBcurs_variables\fR(3X),