diff options
Diffstat (limited to 'appendixa/ncurses-desc.xml')
-rw-r--r-- | appendixa/ncurses-desc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appendixa/ncurses-desc.xml b/appendixa/ncurses-desc.xml index 6cde000c0..d9e30ef7e 100644 --- a/appendixa/ncurses-desc.xml +++ b/appendixa/ncurses-desc.xml @@ -13,15 +13,15 @@ reset (link to tset), tack, tic, toe, tput and tset.</para></sect3> description.</para></sect4> <sect4><title>clear</title> -<para>clear clears the screen if this is possible. It looks in +<para>clear clears the screen if this is possible. It looks in the environment for the terminal type and then in the terminfo database to figure out how to clear the screen.</para></sect4> <sect4><title>infocmp</title> <para>infocmp can be used to compare a binary terminfo entry with other terminfo entries, rewrite a terminfo description to -take advantage of the use= terminfo field, or print out a -terminfo description from the binary file (term) in a variety of +take advantage of the use= terminfo field, or print out a +terminfo description from the binary file (term) in a variety of formats (the opposite of what tic does).</para></sect4> <sect4><title>infotocap</title> @@ -30,7 +30,7 @@ description.</para></sect4> <sect4><title>reset</title> <para>reset sets cooked and echo modes, turns off cbreak and raw modes, -turns on new-line translation and resets any unset special characters to +turns on new-line translation and resets any unset special characters to their default values before doing terminal initialization the same way as tset.</para></sect4> |