summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Brown <mrbrown8@juno.com>2010-02-16 14:36:04 -0500
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-02-16 14:36:04 -0500
commit7dc1b16ca3ebac72f1a17c130ca57ff9652f6449 (patch)
tree64a686da80f46fad62862e06bb4456be40ff6849
parent978f859e5065fa9c4f0e4a904d3db127fd89f4af (diff)
downloadscreen-7dc1b16ca3ebac72f1a17c130ca57ff9652f6449.tar.gz
Update info-page for 'stuff'.
Closes #28616 on savannah.
-rw-r--r--src/doc/screen.texinfo5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index 58eb617..1c55107 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -1180,7 +1180,7 @@ Deprecated. Use @code{rendition so} instead. @xref{Rendition}.
Split region into two parts. @xref{Regions}.
@item startup_message @var{state}
Display copyright notice on startup. @xref{Startup}.
-@item stuff @var{string}
+@item stuff [@var{string}]
Stuff a string in the input buffer of a window. @xref{Paste}.
@item su [@var{username} [@var{password} [@var{password2}]]]
Identify a user. @xref{Multiuser Session}.
@@ -3578,10 +3578,11 @@ display (terminal attached), as the registers are a global resource. The
paste buffer exists once for every user.
@end deffn
-@deffn Command stuff string
+@deffn Command stuff [string]
(none)@*
Stuff the string @var{string} in the input buffer of the current window.
This is like the @code{paste} command, but with much less overhead.
+Without a paramter, @code{screen} will prompt for a string to stuff.
You cannot paste large buffers with the @code{stuff} command. It is most
useful for key bindings. @xref{Bindkey}.
@end deffn