Deleted Added
sdiff udiff text old ( 47563 ) new ( 58314 )
full compact
1.\" $FreeBSD: head/contrib/libreadline/doc/readline.3 58314 2000-03-19 22:00:57Z ache $
2.\"
3.\" MAN PAGE COMMENTS to
4.\"
5.\" Chet Ramey
6.\" Information Network Services
7.\" Case Western Reserve University
8.\" chet@ins.CWRU.Edu
9.\"
10.\" Last Change: Tue Jun 1 13:28:03 EDT 1999
11.\"
12.TH READLINE 3 "1999 Jun 1" GNU
13.\"
14.\" File Name macro. This used to be `.PN', for Path Name,
15.\" but Sun doesn't seem to like that very much.
16.\"
17.de FN
18\fI\|\\$1\|\fP
19..
20.SH NAME

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

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

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

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

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

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

--- 19 unchanged lines hidden ---