summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_refresh.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-1040305: fix some problems redisplaying command line after interrupt.Peter Stephenson1-2/+2
Back off previous fix as this only covered some subset of problems. Remaining problems happend after reset-prompt in TRAPINT. One was in complist and is fixed by not attempting to list after an error or interrupt. The other was owing to not resetting clearflag when ZLE was re-entered.
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
Mostly fixes to doubled words.
2016-07-0838809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle1-2/+1
2016-03-0338048: fix "zle redisplay" when called while a listing is below the promptBarton E. Schaefer1-2/+2
2016-02-1738001: clear-screen re-expands promptsBarton E. Schaefer1-0/+1
2015-12-3137456: Have zle_highlight=(none) disable paste highlightingDaniel Shahaf1-3/+3
Before this change, zle_highlight=(paste:none) worked, but zle_highlight=(none) didn't.
2015-09-1136443: Set zle_highlight=(paste:standout) by default.Daniel Shahaf1-1/+2
2015-09-0336416: ^C in getzlequery() just aborts query.Peter Stephenson1-1/+2
Also logical but possibly invisible fix for error propagated back from listing interface.
2015-07-2335824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle1-1/+14
paste in cut buffers
2014-12-2834070: fix starting position for memset() from 34005.Daniel Shahaf1-1/+1
2014-12-1934005: region_highlights memory fixPeter Stephenson1-2/+8
Zero uninitialised part of memory when reallocing
2014-12-1833981: more care with region_highlights managementPeter Stephenson1-2/+5
2014-11-1733704: keybindings, documentation, tests and minorOliver Kiddle1-3/+2
fixes for vim style visual selection changes
2014-11-1733636: add support for a linewise visual selection modeOliver Kiddle1-0/+8
2014-11-1733635: adapt region to function as vim style visual selection modeOliver Kiddle1-0/+2
2014-09-30Fix some compiler warnings in ZlePeter Stephenson1-2/+1
2014-04-0632531: fix memory leaks detected by valgrindBarton E. Schaefer1-0/+3
2014-03-23m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak1-2/+2
Src/Zle/compresult.c, Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: fix auto-removable suffix highlighting Completion/Unix/Command/_git: fix compadd for auto-removable suffix in _git_commit_ranges and _git_stash
2014-02-0832365: another stab at the heuristic for initializing rprompt_indentBarton E. Schaefer1-1/+1
2013-12-1832157: fix extra line feed after prompt, and erased character in completion ↵Barton E. Schaefer1-23/+24
listing, when ZLE_RPROMPT_INDENT=0
2013-12-1632114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity1-6/+20
2012-01-0530084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson1-2/+79
2011-08-1729681: use [] to dereference region_highlightsMikael Magnusson1-7/+7
2011-06-1929491: remove some variables set but not usedPeter Stephenson1-2/+0
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-6/+6
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson1-33/+4
2010-12-17uncommitted: fix properlyPeter Stephenson1-1/+1
2010-12-17Mikael: users/15653: zle_highlight=(none) turns off suffix highlightingPeter Stephenson1-1/+1
unposted: note suffix highlighting in NEWS
2010-10-2528363: fix insert bug refreshing zle with wide characteterPeter Stephenson1-10/+32
2010-10-17Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson1-1/+3
2010-08-1328160, 28164: fix redisplay problem after display resetPeter Stephenson1-1/+6
2010-08-02Daiki Ueno: 28112: fix character width assignmentPeter Stephenson1-1/+1
2010-03-2227812: display invalid bytes in multibyte characters speciallyPeter Stephenson1-1/+11
2009-12-05Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson1-1/+15
27466: document it
2009-05-1126956: tidy up some zle variables for module unloadingPeter Stephenson1-0/+4
note issue found on HP-UX
2009-05-0826984: ensure zle window sizes are reset with video dataPeter Stephenson1-0/+2
2009-01-1326393: turn off text attributes in refresh when deleting textPeter Stephenson1-9/+10
2008-11-18François Revol: some BeOS fixesPeter Stephenson1-1/+3
2008-10-23users/13375: trivial rewrite to ternary expressionPeter Stephenson1-1/+4
2008-07-2225236: don't recalculate prompt if not redisplayingPeter Stephenson1-1/+1
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-1/+2
2008-05-0924986: prompt escapes for coloursPeter Stephenson1-331/+10
2008-05-0624957: better sanity checking of colour rangesPeter Stephenson1-4/+31
always use termcap for numeric ranges where available
2008-05-0624953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson1-91/+138
2008-05-0624932: try to fix up code that regularizes attributes after right promptPeter Stephenson1-18/+33
2008-05-0124899: make colour escape sequences configurablePeter Stephenson1-29/+176
allow ANSI colour names
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson1-48/+166
2008-04-2924893: duplicate statusline to avoid crashes when constantPeter Stephenson1-1/+3
2008-04-2624822: highlighting of isearch matchesPeter Stephenson1-12/+43
unposted: not in NEWS that COMBINING_CHARS is not on by default
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-5/+5
slightly improve test for overwriting with combining characters.