OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / util-linux / original / man1 / reset.1
1 .\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
2 .\" May be distributed under the GNU General Public License
3 .TH RESET 1 "10 October 1993" "Linux 0.99" "Linux Programmer's Manual"
4 .SH NAME
5 reset \- reset the terminal
6 .SH SYNOPSIS
7 .BR reset
8 .SH DESCRIPTION
9 .B reset
10 calls
11 .BR tput (1)
12 with the
13 .IR clear , rmacs , rmm , rmul , rs1 , rs2 ", and " rs3
14 arguments.  This causes
15 .B tput
16 to send appropriate reset strings to the terminal based on information in
17 .I /etc/termcap
18 (for the GNU or BSD
19 .BR tput )
20 or in the terminfo database
21 (for the
22 .B ncurses
23 .BR tput ).
24 This sequence seems to be sufficient to reset the Linux VC's when they
25 start printing "funny-looking" characters.  For good measure,
26 .BR stty (1)
27 is called with the
28 .I sane
29 argument in an attempt to get cooked mode back.
30 .SH "SEE ALSO"
31 .BR clear (1),
32 .BR stty (1),
33 .BR tput (1)
34 .SH AUTHOR
35 Rik Faith (faith@cs.unc.edu)