Add -s, print status when a command sets it.
This commit is contained in:
parent
316d4c4e57
commit
c17e89246e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue