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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
33632: use viopp and visual local keymaps if they exist
Oliver Kiddle
2014-11-17
1
-1
/
+4
*
33512: add support for "0 vi buffer and yank to it
Oliver Kiddle
2014-10-23
1
-1
/
+1
*
32427: avoid busy loop on closed descriptors for "zle -F" handlers
Barton E. Schaefer
2014-02-23
1
-3
/
+36
*
32342: fix overstrike for vi mode and use varying vi commands at line start
Oliver Kiddle
2014-02-05
1
-8
/
+8
*
32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on
Oliver Kiddle
2014-02-05
1
-1
/
+1
*
32314: merge undo events corresponding to vi change in the vi-cmd-mode widget...
Oliver Kiddle
2014-01-31
1
-6
/
+5
*
32308: Improve initialising of vi change.
Peter Stephenson
2014-01-28
1
-1
/
+1
*
31961: rationalise fd watching to use structure
Peter Stephenson
2013-11-12
1
-20
/
+20
*
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
2013-11-07
1
-14
/
+24
*
31765: If zle starts in viins mark as insertion.
Peter Stephenson
2013-09-25
1
-0
/
+7
*
users/17908: Keep history line in sync between ZLE and shell.
Peter Stephenson
2013-08-08
1
-0
/
+7
*
31483: Call zrefresh() before unqueue()ing signals
Mikael Magnusson
2013-06-27
1
-0
/
+2
*
31350: block SIGWINCH nearly all the time, except
Bart Schaefer
2013-04-30
1
-0
/
+10
*
31172: Let vared define custom init and finish hooks
Frank Terbeck
2013-04-05
1
-7
/
+14
*
31174: zle: Make sure state changes are refreshed after init hook
Frank Terbeck
2013-04-05
1
-2
/
+2
*
30084: `zle -T tc func' for zle testing of termcap output
Peter Stephenson
2012-01-05
1
-1
/
+1
*
queue_signals() to prevent adjustwinsize() loop on FreeBSD
Bart Schaefer
2012-01-02
1
-0
/
+14
*
29643: set incompfunc to zero when executing hook or trap function
Peter Stephenson
2011-08-04
1
-5
/
+0
*
29542: fix crash in hbegin(), remove bad test
Peter Stephenson
2011-07-12
1
-1
/
+1
*
29374: exit ZLE immediately if exit pending when keypress expected
Peter Stephenson
2011-05-26
1
-2
/
+2
*
Paul 28538 / me 28540 / couple of unposted casts:
Peter Stephenson
2010-12-20
1
-1
/
+1
*
28282: new function zlecallhook()
Peter Stephenson
2010-09-20
1
-21
/
+3
*
28237: new parameter ZLE_LINE_ABORTED
Peter Stephenson
2010-09-08
1
-0
/
+3
*
users/15217: use top-level status when redrawing prompt
Peter Stephenson
2010-07-31
1
-0
/
+23
*
Check the return value of all pipe(), read(), and write() calls.
Wayne Davison
2009-12-16
1
-1
/
+1
*
26463: Greg Klanderman: add zle-line-finish widget
Peter Stephenson
2009-01-28
1
-0
/
+13
*
26110: option to allow vared to open to an alternative terminal
Peter Stephenson
2008-12-09
1
-5
/
+14
*
26030: fix memory leak in vared
Oliver Kiddle
2008-11-12
1
-0
/
+1
*
26025: prefer handling user input to zle -F file descriptor
Peter Stephenson
2008-11-11
1
-8
/
+15
*
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
2008-09-26
1
-1
/
+1
*
25723: align combining character when popped from input stack
Peter Stephenson
2008-09-22
1
-0
/
+1
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-3
/
+2
*
25634: free t before returning if both t and errflag are set.
Clint Adams
2008-09-08
1
-0
/
+2
*
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
2008-07-31
1
-18
/
+70
*
25272: add zshaddhistory hook
Peter Stephenson
2008-07-17
1
-1
/
+1
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-9
/
+10
*
24899: make colour escape sequences configurable
Peter Stephenson
2008-05-01
1
-0
/
+1
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-7
/
+10
*
24852: more combining chars fallout
Peter Stephenson
2008-04-20
1
-1
/
+1
*
24821: update notes in FAQ on combining characters,
Peter Stephenson
2008-04-16
1
-0
/
+6
*
typo
Peter Stephenson
2008-04-03
1
-2
/
+4
*
24786: handle read -t properly in zle via getbyte()
Peter Stephenson
2008-04-03
1
-7
/
+20
*
24782: initial go at highlighting of characters in zle command lines
Peter Stephenson
2008-04-03
1
-0
/
+2
*
24703: Src/Zle/zle_main.c: clear trashedzle when first starting
Bart Schaefer
2008-03-11
1
-1
/
+3
*
24551: Free heap memory after every ZLE command
Peter Stephenson
2008-02-14
1
-0
/
+13
*
24279: allow terminal changes after zle -I to be acquired by main shell
Peter Stephenson
2007-12-18
1
-1
/
+13
*
24240: make vared check for trailing garbage earlier
Peter Stephenson
2007-12-13
1
-0
/
+4
*
23924: Improve synchronising of character attributes with other
Geoff Wing
2007-10-19
1
-0
/
+2
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
1
-6
/
+7
*
23488: tidy up module interface and documentation
Peter Stephenson
2007-05-29
1
-2
/
+2
[next]