X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_variables.3x;h=25294dfeabf55678e0d3e8e5d2d7ceb7af29abc4;hp=5d7de8c61553082099230fbb52c390ed954f613c;hb=3e91848cbe3dad23fdb60962fa9b678592591c34;hpb=9a0b985989d0aeb66b66b5711d432322aa994969 diff --git a/man/curs_variables.3x b/man/curs_variables.3x index 5d7de8c6..25294dfe 100644 --- a/man/curs_variables.3x +++ b/man/curs_variables.3x @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 2010-2018,2019 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 2010-2015,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_variables.3x,v 1.13 2019/06/01 22:51:21 tom Exp $ +.\" $Id: curs_variables.3x,v 1.15 2020/04/18 14:29:07 tom Exp $ .TH curs_variables 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -111,7 +112,7 @@ i.e., the number of lines. .SS TABSIZE This variable holds the number of columns used by the \fIcurses\fP library when converting a tab character to spaces as it adds the tab to a window -(see curs_addch(3X). +(see \fBcurs_addch\fP(3X). .SS The Current Screen This implementation of curses uses a special window \fBcurscr\fP to record its updates to the terminal screen.