24 lines
864 B
Plaintext
24 lines
864 B
Plaintext
--- man/curs_util.3x
|
|
+++ man/curs_util.3x 2012-07-20 15:36:56.000000000 +0000
|
|
@@ -167,6 +167,9 @@ ncurses modifies the last step in its co
|
|
checks if the \fBLINES\fR and \fBCOLUMNS\fR environment variables
|
|
are set to a number greater than zero.
|
|
.bP
|
|
+On openSUSE/SUSE Linux the default is \fBTRUE\fR, if you do not want this
|
|
+feature you may use the \fBuse_tioctl\fR routine with \fBFALSE\fR as an argument.
|
|
+.bP
|
|
for each, ncurses updates the corresponding environment variable
|
|
with the value that it has obtained via operating system call
|
|
or from the terminal database.
|
|
--- ncurses/tinfo/lib_data.c
|
|
+++ ncurses/tinfo/lib_data.c 2012-07-20 15:16:13.000000000 +0000
|
|
@@ -257,7 +257,7 @@ NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _n
|
|
NULL, /* _tputs_trace */
|
|
#endif
|
|
#endif
|
|
- FALSE, /* use_tioctl */
|
|
+ TRUE, /* use_tioctl */
|
|
};
|
|
/* *INDENT-ON* */
|
|
|