Mercurial > hg > xemacs-beta
comparison man/termcap.texi @ 904:47c30044fc4e
[xemacs-hg @ 2002-07-06 18:56:24 by adrian]
[R21.4] [PATCH] xemacs-21.5: Fix improper use of indef. art. "a"
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2002-07-06 Adrian Aichner <adrian@xemacs.org>
* new-users-guide/custom1.texi (Customizing key Bindings): Fix
improper use of indef. art. "a".
2002-07-06 Adrian Aichner <adrian@xemacs.org>
* lispref/commands.texi (Peeking and Discarding): Ditto.
* lispref/customize.texi (Type Keywords): Ditto.
* lispref/dragndrop.texi (Drop Interface): Ditto.
2002-07-06 Adrian Aichner <adrian@xemacs.org>
* termcap.texi (Clearing): Ditto.
* widget.texi (User Interface): Ditto.
* widget.texi (Basic Types): Ditto.
* widget.texi (group): Ditto.
author | adrian |
---|---|
date | Sat, 06 Jul 2002 18:56:31 +0000 |
parents | 37e56e920ac5 |
children | 1094d6d400fb |
comparison
equal
deleted
inserted
replaced
903:4a27df428c73 | 904:47c30044fc4e |
---|---|
1918 large parameter would be undefined. | 1918 large parameter would be undefined. |
1919 @end table | 1919 @end table |
1920 | 1920 |
1921 Clear to end of line (@samp{ce}) is extremely important in programs that | 1921 Clear to end of line (@samp{ce}) is extremely important in programs that |
1922 maintain an updating display. Nearly all display terminals support this | 1922 maintain an updating display. Nearly all display terminals support this |
1923 operation, so it is acceptable for a an application program to refuse to | 1923 operation, so it is acceptable for an application program to refuse to |
1924 work if @samp{ce} is not present. However, if you do not want this | 1924 work if @samp{ce} is not present. However, if you do not want this |
1925 limitation, you can accomplish clearing to end of line by outputting spaces | 1925 limitation, you can accomplish clearing to end of line by outputting spaces |
1926 until you reach the right margin. In order to do this, you must know the | 1926 until you reach the right margin. In order to do this, you must know the |
1927 current horizontal position. Also, this technique assumes that writing a | 1927 current horizontal position. Also, this technique assumes that writing a |
1928 space will erase. But this happens to be true on all the display terminals | 1928 space will erase. But this happens to be true on all the display terminals |