aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-22 00:44:26 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-22 00:44:26 +1000
commit3692074e7ec8b624f2bd75e50ae3eed1c54aa784 (patch)
tree572338d3f835bed8770bcbad20ce4f2d9fd49bef /doc_src
parent954c99a5ad1616104af3fa2e4729849f3fe8f7e6 (diff)
Make R_NULL not repaint and document the fact that this means some keybindings need to manually tell fish to repaint
darcs-hash:20070921144426-75c98-7db4351e14733e2c18e44515e8ed78b1f1faea80.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 07e1bdc1..6e504114 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -1091,7 +1091,11 @@ You can also bind a pice of shellscript to a key using the same
syntax. For example, the Alt-p functionality described above is
implemented using the following keybinding.
-<pre>"\M-p": if commandline -j|grep -v 'less *$' &gt;/dev/null; commandline -aj "|less;"; end</pre>
+<pre>"\M-p": if commandline -j|grep -v 'less *$' &gt;/dev/null; commandline -aj "|less;"; end;</pre>
+
+If such a script produces output, the script needs to finish by
+calling 'commandline -f repaint' in order to tell fish that a repaint
+is in order.
\subsection killring Copy and paste (Kill Ring)