Age | Commit message (Collapse) | Author | Files | Lines |
|
when about to calculate prompts or do synchronous read, so
syscalls are not interrupted by window size changes.
|
|
|
|
Using this, you can do things like this in a more straight-forward
manner:
foo-init() { CURSOR=0; }
zle -N foo-init
foo=$'Some longer\nbuffer with\nmultiple lines.'
vared -i foo-init foo
|
|
If `zrefresh' is not called _after_ the zle-line-init hook, any changes
made to the editor's state (be it changes to $CURSOR or $BUFFER or
called widgets like `clear-screen') will only be picked up after the
first character is typed into the editor.
|
|
|
|
|
|
first request in a row
|
|
uniquely specifies a point in editing history by incrementing
the value returned by the variable.
|
|
|
|
when copying keymap.
|
|
character just matched
|
|
|
|
|
|
set-local-history zle widget
|
|
|
|
|
|
module definition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29543: fix backslash-newline within words with histlexwords
|
|
|
|
|
|
|
|
plus drive-by fix for double-quoted parameter completion with flags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on the line during interactive menu selection.
|
|
|
|
in a single column.
|
|
|
|
|
|
|
|
|
|
|