about summary refs log tree commit diff
path: root/Src/Zle/zle_thingy.c
Commit message (Collapse)AuthorAgeFilesLines
* 40305: fix some problems redisplaying command line after interrupt.Peter Stephenson2017-01-101-3/+22
| | | | | | | | | | | | 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.
* 39986, 39989: improve handling of vi-repeat-changeOliver Kiddle2016-11-201-1/+10
| | | | | | Save previous vi change and throw away a new change that fails. Add zle -f vichange to allow shell widget to be a single change. Fix repeat of command where numeric arguments were multiplied.
* unposted: remove extra close-paren from d6a6b4ffBart Schaefer2016-09-271-1/+1
|
* 39369 (tweaked cf 39371): when calling an internal widget, set bindk because ↵Oliver Kiddle2016-09-271-0/+4
| | | | some widgets use it to determine how they should act
* unposted: fix typo in commentBarton E. Schaefer2016-08-061-1/+1
|
* 37337: Delay freeing widget until not in use.Peter Stephenson2015-12-071-1/+6
|
* 36974: fix some functions with empty argument listsPeter Stephenson2015-10-271-1/+1
|
* unposted: define zle_usable before using it (reported in 36741)Mikael Magnusson2015-10-021-17/+17
|
* unposted: zle_thingy: return a value in bin_zle_flagsMikael Magnusson2015-10-011-1/+5
|
* 36709: zle -f from inside widget to set flags and make yank start/end zle ↵Mikael Magnusson2015-10-011-0/+39
| | | | params writable
* 36522: unmetafy the argument of "zle -U"Barton E. Schaefer2015-09-121-1/+1
|
* 31961: rationalise fd watching to use structurePeter Stephenson2013-11-121-40/+24
|
* 31937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson2013-11-071-2/+14
|
* 30084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson2012-01-051-0/+64
|
* 29891: make zle -lL with arguments workPeter Stephenson2011-11-041-1/+11
|
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-8/+3
|
* 24279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson2007-12-181-0/+22
|
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-1/+1
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-1/+1
|
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-101-2/+1
| | | | input
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-23/+21
|
* 22431: set WIDGET etc. more consistently when executing zle functionsPeter Stephenson2006-04-251-5/+2
|
* 22427: zle <widget> -w sets the environment for <widget>Peter Stephenson2006-04-251-2/+8
|
* Fixed call to undefined function zwarnname() instead of zwarnnam().Wayne Davison2006-03-251-1/+1
|
* 22638: MACHINES: IRIXPeter Stephenson2006-03-211-1/+15
| | | | users/10047: zle widget -K keymap
* Fix some compiler warnings and ensure that zmod gets restoredWayne Davison2006-03-091-7/+3
| | | | properly in bin_zle_call().
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-4/+2
|
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-4/+4
| | | | use multibyte versions of nicechar wherever possible.
* 21939: new UNMETACHECK() was too ruthlessPeter Stephenson2005-10-261-2/+2
|
* not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson2005-10-231-0/+2
|
* 21784: Improved character widths for formatted multibyte character outputPeter Stephenson2005-09-291-4/+4
|
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-2/+2
|
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-3/+6
|
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-1/+1
| | | | 20823: Debugging test in stat wrong for 64-bit systems
* 20330: rationalise zle return statusesPeter Stephenson2004-09-081-1/+1
|
* 20303: zle -I test and running zle widgets in trapsPeter Stephenson2004-09-021-4/+25
|
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-15/+15
|
* 19281: zle-line-init special widgetPeter Stephenson2003-12-121-0/+11
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-21/+21
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* fix default completion module loading, use compctl if it hasn't been loaded ↵Sven Wischnowsky2002-08-201-0/+2
| | | | already and no completion widgets have been defined (17567)
* 17304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson2002-06-071-2/+3
|
* 17301: improve zle -I.Peter Stephenson2002-06-071-1/+1
|
* 17295: `zle -F' failed because of bad testPeter Stephenson2002-06-051-1/+1
|
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-211-0/+103
|
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-0/+12
| | | | examine the current selection.
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-3/+13
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* fix zle widget -n num with num>9 (12238)Sven Wischnowsky2000-07-131-35/+216
|
* Initial revisionTanaka Akira1999-04-151-0/+491