X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_variables.3x.html;h=7f8e1f3aac9c8597867f04e805a8900346825126;hp=50a5fa07d46a70a9e41bba829f23e4c32dd7a224;hb=c0f109a299a82a33c16bd7af942a12ce9aefaaf0;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/curs_variables.3x.html b/doc/html/man/curs_variables.3x.html index 50a5fa07..7f8e1f3a 100644 --- a/doc/html/man/curs_variables.3x.html +++ b/doc/html/man/curs_variables.3x.html @@ -1,6 +1,7 @@ @@ -158,14 +159,18 @@ ch(3x) as well as the physical screen with mvcur(3x). o This implementation uses the current value of TABSIZE only for up- - dating the virtual screen. It uses the terminal description's - init_tabs capability for computing tab stops on the physical - screen. + dating the virtual screen. It uses the terminal description's it + (init_tabs) capability for computing hardware tabs (i.e., tab stops + on the physical screen). o Other implementations differ. For instance, NetBSD curses allows TABSIZE to be set through an environment variable. This implemen- tation does not. + NetBSD curses does not support hardware tabs; it uses the init_tabs + capability and the TABSIZE variable only for updating the virtual + screen. + ESCDELAY is an extension in AIX curses: o In AIX, the units for ESCDELAY are fifths of a millisecond.