util-linux/text-utils
Karel Zak cf6d7faebb Imported from util-linux-2.13-pre6 tarball. 2006-12-07 00:27:13 +01:00
..
LICENSE.pg Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
Makefile.am Imported from util-linux-2.13-pre2 tarball. 2006-12-07 00:26:58 +01:00
Makefile.in Imported from util-linux-2.13-pre6 tarball. 2006-12-07 00:27:13 +01:00
README.clear Imported from util-linux-2.11b tarball. 2006-12-07 00:25:46 +01:00
README.col Imported from util-linux-2.2 tarball. 2006-12-07 00:25:32 +01:00
README.pg Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
README.reset Imported from util-linux-2.11b tarball. 2006-12-07 00:25:46 +01:00
col.1 Imported from util-linux-2.10m tarball. 2006-12-07 00:25:43 +01:00
col.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
colcrt.1 Imported from util-linux-2.2 tarball. 2006-12-07 00:25:32 +01:00
colcrt.c Imported from util-linux-2.11b tarball. 2006-12-07 00:25:46 +01:00
colrm.1 Imported from util-linux-2.2 tarball. 2006-12-07 00:25:32 +01:00
colrm.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
column.1 Imported from util-linux-2.10f tarball. 2006-12-07 00:25:41 +01:00
column.c Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
conv.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
display.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
hexdump.1 Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
hexdump.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
hexdump.h Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
hexsyntax.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
line.1 Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
line.c Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
more.1 Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
more.c Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
od.1 Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
odsyntax.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
parse.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
pg.1 Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
pg.c Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
reset Imported from util-linux-2.11b tarball. 2006-12-07 00:25:46 +01:00
rev.1 Imported from util-linux-2.5 tarball. 2006-12-07 00:25:33 +01:00
rev.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
tailf.1 Imported from util-linux-2.12 tarball. 2006-12-07 00:26:12 +01:00
tailf.c Imported from util-linux-2.12 tarball. 2006-12-07 00:26:12 +01:00
ul.1 Imported from util-linux-2.7.1 tarball. 2006-12-07 00:25:34 +01:00
ul.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00

README.reset

RedHat and SuSE take the program reset from ncurses,
 where reset is a name for the program tset.
 It is approximately equivalent to
	stty sane; tputs rs1; tputs rs2; tputs rf
 with `tputs rf' replaced by `tputs if' when there is an
 init_file but no reset_file. In the comments it wonders
 whether also sending rs3, rmacs, rmul, rmm might be a good idea.

Slackware uses the small script given here.
 The part `echo -e \\033c' is the canonical reset of the kernel
 console status, and is equivalent to `tputs rs1' for a linux
 terminal.

So, both versions are approximately the same.


[A disadvantage of `echo -e \\033c' might be that it is potentially
wrong on a non-vt100, non-xterm, non-linux terminal.
An advantage is that there are terminfo entries for xterm around
that only use rs1=^O as reset, and then \Ec is much better.]