diff options
| author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-04-09 20:45:37 +0200 |
|---|---|---|
| committer | Peter Stephenson <p.stephenson@samsung.com> | 2019-04-10 09:41:04 +0100 |
| commit | c5519372808d78519e1bac2db165d19a34534f74 (patch) | |
| tree | 45e5f952339bb9c97bb62e0f2907f5626ffc7186 /Src/Zle/zle.h | |
| parent | 44202: Rewrite to use memmove() for possibly overlapping copy (diff) | |
| download | zsh-c5519372808d78519e1bac2db165d19a34534f74.tar zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.gz zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.bz2 zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.lz zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.xz zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.zst zsh-c5519372808d78519e1bac2db165d19a34534f74.zip | |
44215: Maintain LASTWIDGET across reset-prompt.
This avoids side effects of asynchronous notifications.
Diffstat (limited to 'Src/Zle/zle.h')
| -rw-r--r-- | Src/Zle/zle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index f06c56483..609493f8c 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -217,6 +217,7 @@ struct widget { #define ZLE_ISCOMP (1<<11) /* usable for new style completion */ #define WIDGET_INUSE (1<<12) /* widget is in use */ #define WIDGET_FREE (1<<13) /* request to free when no longer in use */ +#define ZLE_NOLAST (1<<14) /* widget should not alter lbindk */ /* thingies */ |
