diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2001-10-24 07:00:49 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2001-10-24 07:00:49 +0000 |
commit | cc28002e5411af5c33a6d91c5edcf1860cc2dcf6 (patch) | |
tree | 135bf74fb1f6172494e496b60b7b1a47e965c545 /Src/Zle/zle_main.c | |
parent | 14e13fb40743e069e45b0790f206f14b5f8a887a (diff) | |
download | zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.gz zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.xz zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.zip |
16063: add transientrprompt option to remove right prompt from
display when accepting commands
Diffstat (limited to 'Src/Zle/zle_main.c')
-rw-r--r-- | Src/Zle/zle_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index cec6c1b4e..42c7a6bb3 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -1057,6 +1057,7 @@ trashzle(void) * extra `inlist' check]). */ int sl = showinglist; showinglist = 0; + trashedzle = 1; zrefresh(); showinglist = sl; moveto(nlnct, 0); |