X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_variables.3x.html;h=afeca3b21e894698f094f0f5e3f225a305d9be0f;hp=bf39786c5bb88f9332f27007d72a78b5fa8f37d4;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hpb=6b4f5830b7910188b532d661f79775306715f67e;ds=inline diff --git a/doc/html/man/curs_variables.3x.html b/doc/html/man/curs_variables.3x.html index bf39786c..afeca3b2 100644 --- a/doc/html/man/curs_variables.3x.html +++ b/doc/html/man/curs_variables.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_variables.3x,v 1.12 2019/02/16 23:43:23 tom Exp @ + * @Id: curs_variables.3x,v 1.13 2019/06/01 22:51:21 tom Exp @ --> @@ -34,7 +34,7 @@ curs_variables 3x - + @@ -158,14 +158,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.