Deleted Added
sdiff udiff text old ( 47563 ) new ( 58314 )
full compact
1.\"
2.\" MAN PAGE COMMENTS to
3.\"
4.\" Chet Ramey
5.\" Information Network Services
6.\" Case Western Reserve University
7.\" chet@ins.CWRU.Edu
8.\"
9.\" Last Change: Thu Dec 31 10:16:30 EST 1998
10.\"
11.TH READLINE 3 "1998 Dec 31" GNU
12.\"
13.\" File Name macro. This used to be `.PN', for Path Name,
14.\" but Sun doesn't seem to like that very much.
15.\"
16.de FN
17\fI\|\\$1\|\fP
18..
19.SH NAME

--- 123 unchanged lines hidden (view full) ---

143.IR LFD ,
144.IR NEWLINE ,
145.IR RET ,
146.IR RETURN ,
147.IR SPC ,
148.IR SPACE ,
149and
150.IR TAB .
151In addition to command names, readline allows keys to be bound
152to a string that is inserted when the key is pressed (a \fImacro\fP).
153.PP
154.SS Key Bindings
155.PP
156The syntax for controlling key bindings in the
157.I inputrc
158file is simple. All that is required is the name of the

--- 400 unchanged lines hidden (view full) ---

559.B backward\-char (C\-b)
560Move back a character.
561.TP
562.B forward\-word (M\-f)
563Move forward to the end of the next word. Words are composed of
564alphanumeric characters (letters and digits).
565.TP
566.B backward\-word (M\-b)
567Move back to the start of this, or the previous, word. Words are
568composed of alphanumeric characters (letters and digits).
569.TP
570.B clear\-screen (C\-l)
571Clear the screen leaving the current line at the top of the screen.
572With an argument, refresh the current line without clearing the
573screen.
574.TP
575.B redraw\-current\-line

--- 591 unchanged lines hidden (view full) ---

1167.PD
1168.SH FILES
1169.PD 0
1170.TP
1171.FN ~/.inputrc
1172Individual \fBreadline\fP initialization file
1173.PD
1174.SH AUTHORS
1175Brian Fox, Free Software Foundation (primary author)
1176.br
1177bfox@ai.MIT.Edu
1178.PP
1179Chet Ramey, Case Western Reserve University
1180.br
1181chet@ins.CWRU.Edu
1182.SH BUG REPORTS
1183If you find a bug in
1184.B readline,
1185you should report it. But first, you should

--- 19 unchanged lines hidden ---