X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_variables.3x.html;h=471b3484ff17e195bfa08d69c9eb233dec85ff4b;hp=50a5fa07d46a70a9e41bba829f23e4c32dd7a224;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/curs_variables.3x.html b/doc/html/man/curs_variables.3x.html index 50a5fa07..471b3484 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.