index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
52382: avoid the non-standard \e in C code, preferring \033
Oliver Kiddle
2023-12-13
1
-1
/
+1
*
51597: fix 'vared -c var' when var is unset
Jun-ichi Takimoto
2023-04-03
1
-1
/
+2
*
51491: Check should use zlemetacs instead of zlecs
Mikael Magnusson
2023-02-28
1
-1
/
+1
*
51295: where the end of a region coincides with the end of PREDISPLAY, don't ...
Oliver Kiddle
2023-01-11
1
-3
/
+3
*
51292: fix dynamic updates of region_highlight to account for PREDISPLAY
Oliver Kiddle
2023-01-10
1
-4
/
+4
*
51258, 51272: refactor handling of terminal attributes, removing OFF flags in...
Oliver Kiddle
2023-01-10
1
-1
/
+1
*
51212: remove STOUC() macro
Oliver Kiddle
2022-12-16
1
-2
/
+2
*
50934: use OSC 52 escape sequence when copying to "* or "+ vi buffers
Oliver Kiddle
2022-11-17
1
-1
/
+31
*
49890: Avoid scanning unallocated memory in saved command line.
Peter Stephenson
2022-03-28
1
-1
/
+1
*
unposted (after 46068): Fix a compiler warning.
Daniel Shahaf
2020-06-27
1
-1
/
+1
*
46068 (tweaked) (was: github #57): region_highlight: Add memo= support.
Daniel Shahaf
2020-06-25
1
-0
/
+21
*
44582: Fix foregoing commit to use DPUTS() better
Kamil Dudka
2019-07-26
1
-6
/
+4
*
44566: make sure Zle doesn't crash if history entry not found
Kamil Dudka
2019-07-24
1
-2
/
+12
*
44215: Maintain LASTWIDGET across reset-prompt.
Roman Perepelitsa
2019-04-10
1
-1
/
+1
*
39986, 39989: improve handling of vi-repeat-change
Oliver Kiddle
2016-11-20
1
-0
/
+1
*
unposted: comment in zlecallhook() points to redrawhook() just in case
Barton E. Schaefer
2016-11-13
1
-0
/
+2
*
38540: fix undo problem by not moving the current change when only undoing a ...
Oliver Kiddle
2016-06-02
1
-3
/
+8
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-2
/
+2
*
37838: use UNUSED() consistently
Jun-ichi Takimoto
2016-01-30
1
-1
/
+1
*
37091: clear lastline and lastlinesz when freeing
Peter Stephenson
2015-11-11
1
-0
/
+2
*
users/20825: fix crash when complex completion hooks.
Peter Stephenson
2015-10-26
1
-0
/
+17
*
unposted: zle: Document the C helper function processcmd().
Daniel Shahaf
2015-09-25
1
-2
/
+2
*
36416: ^C in getzlequery() just aborts query.
Peter Stephenson
2015-09-03
1
-0
/
+5
*
36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is refe...
Oliver Kiddle
2015-08-13
1
-24
/
+9
*
35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and bee...
Oliver Kiddle
2015-07-14
1
-1
/
+1
*
35708: add UNDO_LIMIT_NO
Peter Stephenson
2015-07-09
1
-2
/
+22
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
1
-1
/
+1
*
34117: zle: size_t is unsigned, use int instead
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
33981: more care with region_highlights management
Peter Stephenson
2014-12-18
1
-27
/
+34
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-1
/
+2
*
33700: new widget for put in vim style visual selection mode
Oliver Kiddle
2014-11-17
1
-1
/
+1
*
33669: allow an empty line to be yanked with yy
Oliver Kiddle
2014-11-13
1
-2
/
+3
*
33624: keep region active when widget fails
Oliver Kiddle
2014-11-07
1
-1
/
+0
*
33604: fix change merging for vi mode where a change has just been undone
Oliver Kiddle
2014-11-05
1
-3
/
+3
*
33575: reset vi change start position if text is inserted
Oliver Kiddle
2014-11-03
1
-0
/
+3
*
33518: add support for "_ vi buffer and arguments to vi-set-buffer from a zle...
Oliver Kiddle
2014-10-23
1
-1
/
+1
*
33514: even with a named vi buffer, we should update the default buffer
Oliver Kiddle
2014-10-23
1
-1
/
+0
*
33512: add support for "0 vi buffer and yank to it
Oliver Kiddle
2014-10-23
1
-7
/
+14
*
32540: in doexpandhist(), discard saved line position data rather than restor...
Barton E. Schaefer
2014-04-13
1
-0
/
+21
*
32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on
Oliver Kiddle
2014-02-05
1
-0
/
+26
*
32314: merge undo events corresponding to vi change in the vi-cmd-mode widget...
Oliver Kiddle
2014-01-31
1
-1
/
+4
*
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
2013-11-07
1
-4
/
+3
*
31922: zlecharasstring missed flip of bit 5 after Meta
Peter Stephenson
2013-10-28
1
-0
/
+1
*
users/17318: only increment the undo variable return value for the
Peter Stephenson
2012-10-09
1
-0
/
+11
*
users/17314: ensure an undo change number
Peter Stephenson
2012-10-09
1
-10
/
+17
*
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
Peter Stephenson
2012-03-29
1
-2
/
+28
*
Jérémie Roquet: 29258: mark a couple more functions for export.
Peter Stephenson
2011-05-13
1
-2
/
+2
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
1
-3
/
+3
*
28886: Fix region_highlight dynamic updates for $PREDISPLAY
Peter Stephenson
2011-03-11
1
-33
/
+70
*
28772: Update regions in region highlight dynamically
Peter Stephenson
2011-02-18
1
-4
/
+333
[next]