Add -s, print status when a command sets it.

This commit is contained in:
Uriel 2009-01-25 15:42:56 +01:00
parent 316d4c4e57
commit c17e89246e

View file

@ -11,7 +11,7 @@ document.prompt.command.focus()
fn evl { fn evl {
# Buffering is probably messing this up: # Buffering is probably messing this up:
#rc -c 'flag x +;{'^$post_arg_command'} |[2] awk ''{print ">> "$0}''' #rc -c 'flag x +;{'^$post_arg_command'} |[2] awk ''{print ">> "$0}'''
rc -c 'flag x +;'^$post_arg_command rc -c 'flag s +; flag x +;'^$post_arg_command
} }
if(! ~ $#post_arg_command 0 && ! ~ $#post_arg_command '') { if(! ~ $#post_arg_command 0 && ! ~ $#post_arg_command '') {
echo '<hr /><pre>' echo '<hr /><pre>'