about summary refs log tree commit diff
path: root/Src/Zle/zle_refresh.c
Commit message (Expand)AuthorAgeFilesLines
* 34070: fix starting position for memset() from 34005.Daniel Shahaf2014-12-281-1/+1
* 34005: region_highlights memory fixPeter Stephenson2014-12-191-2/+8
* 33981: more care with region_highlights managementPeter Stephenson2014-12-181-2/+5
* 33704: keybindings, documentation, tests and minorOliver Kiddle2014-11-171-3/+2
* 33636: add support for a linewise visual selection modeOliver Kiddle2014-11-171-0/+8
* 33635: adapt region to function as vim style visual selection modeOliver Kiddle2014-11-171-0/+2
* Fix some compiler warnings in ZlePeter Stephenson2014-09-301-2/+1
* 32531: fix memory leaks detected by valgrindBarton E. Schaefer2014-04-061-0/+3
* m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak2014-03-231-2/+2
* 32365: another stab at the heuristic for initializing rprompt_indentBarton E. Schaefer2014-02-081-1/+1
* 32157: fix extra line feed after prompt, and erased character in completion l...Barton E. Schaefer2013-12-181-23/+24
* 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity2013-12-161-6/+20
* 30084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson2012-01-051-2/+79
* 29681: use [] to dereference region_highlightsMikael Magnusson2011-08-171-7/+7
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-2/+0
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-6/+6
* 28772: Update regions in region highlight dynamicallyPeter Stephenson2011-02-181-33/+4
* uncommitted: fix properlyPeter Stephenson2010-12-171-1/+1
* Mikael: users/15653: zle_highlight=(none) turns off suffix highlightingPeter Stephenson2010-12-171-1/+1
* 28363: fix insert bug refreshing zle with wide characteterPeter Stephenson2010-10-251-10/+32
* Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson2010-10-171-1/+3
* 28160, 28164: fix redisplay problem after display resetPeter Stephenson2010-08-131-1/+6
* Daiki Ueno: 28112: fix character width assignmentPeter Stephenson2010-08-021-1/+1
* 27812: display invalid bytes in multibyte characters speciallyPeter Stephenson2010-03-221-1/+11
* Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson2009-12-051-1/+15
* 26956: tidy up some zle variables for module unloadingPeter Stephenson2009-05-111-0/+4
* 26984: ensure zle window sizes are reset with video dataPeter Stephenson2009-05-081-0/+2
* 26393: turn off text attributes in refresh when deleting textPeter Stephenson2009-01-131-9/+10
* François Revol: some BeOS fixesPeter Stephenson2008-11-181-1/+3
* users/13375: trivial rewrite to ternary expressionPeter Stephenson2008-10-231-1/+4
* 25236: don't recalculate prompt if not redisplayingPeter Stephenson2008-07-221-1/+1
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-121-1/+2
* 24986: prompt escapes for coloursPeter Stephenson2008-05-091-331/+10
* 24957: better sanity checking of colour rangesPeter Stephenson2008-05-061-4/+31
* 24953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson2008-05-061-91/+138
* 24932: try to fix up code that regularizes attributes after right promptPeter Stephenson2008-05-061-18/+33
* 24899: make colour escape sequences configurablePeter Stephenson2008-05-011-29/+176
* 24894: enable colouring of highlighted text in editorPeter Stephenson2008-04-291-48/+166
* 24893: duplicate statusline to avoid crashes when constantPeter Stephenson2008-04-291-1/+3
* 24822: highlighting of isearch matchesPeter Stephenson2008-04-261-12/+43
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-221-5/+5
* 24856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson2008-04-211-12/+8
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-2/+7
* Fixed some compiler warnings about signed/unsigned issues.Wayne Davison2008-04-181-4/+4
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-63/+312
* 24792: try to be safer about turning off attributes when refreshingPeter Stephenson2008-04-041-3/+19
* 24787: reset region_highlight when finished editing command linePeter Stephenson2008-04-031-0/+5
* 24782: initial go at highlighting of characters in zle command linesPeter Stephenson2008-04-031-237/+839
* 24434: handle unprintable and zero-width wide charactersPeter Stephenson2008-01-221-5/+45
* 24371: bug refreshing large scrolling history entryPeter Stephenson2008-01-081-1/+10