Added the description of the control-character bug.
[selector.git] / selector.1
index d608ddf..5cae06f 100644 (file)
@@ -85,7 +85,7 @@ To use selector to search into your bash history, you can use
 
 For better efficiency, you can associate selector to a key in the
 shell through the use of the readline configuration file. To do so,
-you have first to pick a key and check the character sequences
+you have first to pick a key and check the character sequence
 associated to it.
 
 You can do that by typing at the console prompt Control-q followed by
@@ -93,7 +93,7 @@ the key you want to use. For instance, if you want to use Alt-r, you
 may get ^[r. Then, you have to add in the readline configuration file
 ~/.inputrc the following:
 
-"^[r": "^A^K selector -q -b -i -d -v -l 10000 <(history)^M"
+"^[r": "^A^K selector -d -i -b -v <(history)^M"
 
 Note that you have to put the actual control characters in the
 configuration file, not a '^' followed by a character. To do so with
@@ -105,8 +105,9 @@ current line content and to simulate the enter key.
 
 .SH "BUGS"
 
-There are modeline display problems if the pattern is too
-long.
+There are modeline display problems if the pattern is too long. If a
+line contains control characters, the returned line has been converted
+to printable characters.
 
 .SH "AUTHOR"
 .PP