Prompt for input for 'stuff' command if necessary
commita6cb77fd232318a363f951ec54b822445810595f
authorDick <dick@mrns.nl>
Sun, 14 Sep 2008 07:47:53 +0000 (14 03:47 -0400)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sun, 14 Sep 2008 08:07:59 +0000 (14 04:07 -0400)
tree7325c252b9a52aced9e749571d7a9a933899b612
parent39563832bbeab0c4e9ccb5925e3af3062f3d5f64
Prompt for input for 'stuff' command if necessary

"
This feature is useful when using a very slow remote shell session (SSH
over a bad GPRS connection). By locally preparing a command you can
enter a command and send it as bulk (without typos ;-)).
"

The gain from this patch is that, instead of doing ^a:stuff "command",
the user would be doing ^aXcommand. This is a relatively pretty minor
convenience, but I suppose it could be useful if the user needs to do
this frequently.
src/comm.c
src/process.c
src/termcap.c