index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_refresh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
unposted: fix indentation (whitespace-only change)
romkatv
1
-30
/
+30
2019-05-28
fix cursor position with ZLE_RPROMPT_INDENT=0
romkatv
1
-20
/
+20
2018-11-05
43759: add support for true colour terminals
Oliver Kiddle
1
-14
/
+17
2017-05-12
41090: Replace iswprint() if unicode9 is enabled.
Jun-ichi Takimoto
1
-4
/
+4
2017-01-10
40305: fix some problems redisplaying command line after interrupt.
Peter Stephenson
1
-2
/
+2
2016-11-29
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
1
-1
/
+1
2016-07-08
38809: fix tracking of colour attributes and restore them when turning bold off
Oliver Kiddle
1
-2
/
+1
2016-03-03
38048: fix "zle redisplay" when called while a listing is below the prompt
Barton E. Schaefer
1
-2
/
+2
2016-02-17
38001: clear-screen re-expands prompts
Barton E. Schaefer
1
-0
/
+1
2015-12-31
37456: Have zle_highlight=(none) disable paste highlighting
Daniel Shahaf
1
-3
/
+3
2015-09-11
36443: Set zle_highlight=(paste:standout) by default.
Daniel Shahaf
1
-1
/
+2
2015-09-03
36416: ^C in getzlequery() just aborts query.
Peter Stephenson
1
-1
/
+2
2015-07-23
35824: allow highlighting of just pasted text and put text from bracketed pas...
Oliver Kiddle
1
-1
/
+14
2014-12-28
34070: fix starting position for memset() from 34005.
Daniel Shahaf
1
-1
/
+1
2014-12-19
34005: region_highlights memory fix
Peter Stephenson
1
-2
/
+8
2014-12-18
33981: more care with region_highlights management
Peter Stephenson
1
-2
/
+5
2014-11-17
33704: keybindings, documentation, tests and minor
Oliver Kiddle
1
-3
/
+2
2014-11-17
33636: add support for a linewise visual selection mode
Oliver Kiddle
1
-0
/
+8
2014-11-17
33635: adapt region to function as vim style visual selection mode
Oliver Kiddle
1
-0
/
+2
2014-09-30
Fix some compiler warnings in Zle
Peter Stephenson
1
-2
/
+1
2014-04-06
32531: fix memory leaks detected by valgrind
Barton E. Schaefer
1
-0
/
+3
2014-03-23
m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes
m0viefreak
1
-2
/
+2
2014-02-08
32365: another stab at the heuristic for initializing rprompt_indent
Barton E. Schaefer
1
-1
/
+1
2013-12-18
32157: fix extra line feed after prompt, and erased character in completion l...
Barton E. Schaefer
1
-23
/
+24
2013-12-16
32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right
Patrick Oscity
1
-6
/
+20
2012-01-05
30084: `zle -T tc func' for zle testing of termcap output
Peter Stephenson
1
-2
/
+79
2011-08-17
29681: use [] to dereference region_highlights
Mikael Magnusson
1
-7
/
+7
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-2
/
+0
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-6
/
+6
2011-02-18
28772: Update regions in region highlight dynamically
Peter Stephenson
1
-33
/
+4
2010-12-17
uncommitted: fix properly
Peter Stephenson
1
-1
/
+1
2010-12-17
Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting
Peter Stephenson
1
-1
/
+1
2010-10-25
28363: fix insert bug refreshing zle with wide characteter
Peter Stephenson
1
-10
/
+32
2010-10-17
Mikael: 28356: don't increment old display line too far when refreshing
Peter Stephenson
1
-1
/
+3
2010-08-13
28160, 28164: fix redisplay problem after display reset
Peter Stephenson
1
-1
/
+6
2010-08-02
Daiki Ueno: 28112: fix character width assignment
Peter Stephenson
1
-1
/
+1
2010-03-22
27812: display invalid bytes in multibyte characters specially
Peter Stephenson
1
-1
/
+11
2009-12-05
Mikael: 27453: highlighting for removable completion suffixes
Peter Stephenson
1
-1
/
+15
2009-05-11
26956: tidy up some zle variables for module unloading
Peter Stephenson
1
-0
/
+4
2009-05-08
26984: ensure zle window sizes are reset with video data
Peter Stephenson
1
-0
/
+2
2009-01-13
26393: turn off text attributes in refresh when deleting text
Peter Stephenson
1
-9
/
+10
2008-11-18
François Revol: some BeOS fixes
Peter Stephenson
1
-1
/
+3
2008-10-23
users/13375: trivial rewrite to ternary expression
Peter Stephenson
1
-1
/
+4
2008-07-22
25236: don't recalculate prompt if not redisplaying
Peter Stephenson
1
-1
/
+1
2008-05-12
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
1
-1
/
+2
2008-05-09
24986: prompt escapes for colours
Peter Stephenson
1
-331
/
+10
2008-05-06
24957: better sanity checking of colour ranges
Peter Stephenson
1
-4
/
+31
2008-05-06
24953: "default" zle_highlight; fix allocation bug in colour sequences
Peter Stephenson
1
-91
/
+138
2008-05-06
24932: try to fix up code that regularizes attributes after right prompt
Peter Stephenson
1
-18
/
+33
2008-05-01
24899: make colour escape sequences configurable
Peter Stephenson
1
-29
/
+176
[next]