Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 44215: Maintain LASTWIDGET across reset-prompt. | Roman Perepelitsa | 2019-04-10 | 1 | -2/+3 |
| | | | | This avoids side effects of asynchronous notifications. | ||||
* | 42760: move stack variable outside while loop scope as it is accessed in the ↵ | Oliver Kiddle | 2018-05-13 | 1 | -1/+1 |
| | | | | while condition | ||||
* | 42501: avoid out of bound pointer (as 42487) | Jun-ichi Takimoto | 2018-03-24 | 1 | -2/+3 |
| | |||||
* | 41244: Add zmodload -s option. | Peter Stephenson | 2017-06-12 | 1 | -1/+1 |
| | | | | | | | | Doesn't complain if module is unavailable, but prints more obscure errors. Use existing low-level silent flag by passing through intermediate module loading hierarchy. | ||||
* | 40305: fix some problems redisplaying command line after interrupt. | Peter Stephenson | 2017-01-10 | 1 | -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-change | Oliver Kiddle | 2016-11-20 | 1 | -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 d6a6b4ff | Bart Schaefer | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | 39369 (tweaked cf 39371): when calling an internal widget, set bindk because ↵ | Oliver Kiddle | 2016-09-27 | 1 | -0/+4 |
| | | | | some widgets use it to determine how they should act | ||||
* | unposted: fix typo in comment | Barton E. Schaefer | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | 37337: Delay freeing widget until not in use. | Peter Stephenson | 2015-12-07 | 1 | -1/+6 |
| | |||||
* | 36974: fix some functions with empty argument lists | Peter Stephenson | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | unposted: define zle_usable before using it (reported in 36741) | Mikael Magnusson | 2015-10-02 | 1 | -17/+17 |
| | |||||
* | unposted: zle_thingy: return a value in bin_zle_flags | Mikael Magnusson | 2015-10-01 | 1 | -1/+5 |
| | |||||
* | 36709: zle -f from inside widget to set flags and make yank start/end zle ↵ | Mikael Magnusson | 2015-10-01 | 1 | -0/+39 |
| | | | | params writable | ||||
* | 36522: unmetafy the argument of "zle -U" | Barton E. Schaefer | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | 31961: rationalise fd watching to use structure | Peter Stephenson | 2013-11-12 | 1 | -40/+24 |
| | |||||
* | 31937: zle -Fw uses widget semantics for file descriptor handler | Peter Stephenson | 2013-11-07 | 1 | -2/+14 |
| | |||||
* | 30084: `zle -T tc func' for zle testing of termcap output | Peter Stephenson | 2012-01-05 | 1 | -0/+64 |
| | |||||
* | 29891: make zle -lL with arguments work | Peter Stephenson | 2011-11-04 | 1 | -1/+11 |
| | |||||
* | 24853: use metafied strings for inner loops over history | Peter Stephenson | 2008-04-20 | 1 | -8/+3 |
| | |||||
* | 24279: allow terminal changes after zle -I to be acquired by main shell | Peter Stephenson | 2007-12-18 | 1 | -0/+22 |
| | |||||
* | 23488: tidy up module interface and documentation | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -1/+1 |
| | |||||
* | 22676, 22678: extend sched and make it able to run events when waiting for | Peter Stephenson | 2006-09-10 | 1 | -2/+1 |
| | | | | input | ||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -23/+21 |
| | |||||
* | 22431: set WIDGET etc. more consistently when executing zle functions | Peter Stephenson | 2006-04-25 | 1 | -5/+2 |
| | |||||
* | 22427: zle <widget> -w sets the environment for <widget> | Peter Stephenson | 2006-04-25 | 1 | -2/+8 |
| | |||||
* | Fixed call to undefined function zwarnname() instead of zwarnnam(). | Wayne Davison | 2006-03-25 | 1 | -1/+1 |
| | |||||
* | 22638: MACHINES: IRIX | Peter Stephenson | 2006-03-21 | 1 | -1/+15 |
| | | | | users/10047: zle widget -K keymap | ||||
* | Fix some compiler warnings and ensure that zmod gets restored | Wayne Davison | 2006-03-09 | 1 | -7/+3 |
| | | | | properly in bin_zle_call(). | ||||
* | Got rid of some unsigned-char/char pointer casts. | Wayne Davison | 2005-11-15 | 1 | -4/+2 |
| | |||||
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -4/+4 |
| | | | | use multibyte versions of nicechar wherever possible. | ||||
* | 21939: new UNMETACHECK() was too ruthless | Peter Stephenson | 2005-10-26 | 1 | -2/+2 |
| | |||||
* | not yet posted; zle line screwed up on bad return from insertlastword() | Peter Stephenson | 2005-10-23 | 1 | -0/+2 |
| | |||||
* | 21784: Improved character widths for formatted multibyte character output | Peter Stephenson | 2005-09-29 | 1 | -4/+4 |
| | |||||
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 1 | -2/+2 |
| | |||||
* | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 2005-02-24 | 1 | -3/+6 |
| | |||||
* | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 2005-02-18 | 1 | -1/+1 |
| | | | | 20823: Debugging test in stat wrong for 64-bit systems | ||||
* | 20330: rationalise zle return statuses | Peter Stephenson | 2004-09-08 | 1 | -1/+1 |
| | |||||
* | 20303: zle -I test and running zle widgets in traps | Peter Stephenson | 2004-09-02 | 1 | -4/+25 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -15/+15 |
| | |||||
* | 19281: zle-line-init special widget | Peter Stephenson | 2003-12-12 | 1 | -0/+11 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -1/+1 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -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 Wischnowsky | 2002-08-20 | 1 | -0/+2 |
| | | | | already and no completion widgets have been defined (17567) | ||||
* | 17304: tweak to tweak the tweaked tweak for zle -I in 17301 | Peter Stephenson | 2002-06-07 | 1 | -2/+3 |
| | |||||
* | 17301: improve zle -I. | Peter Stephenson | 2002-06-07 | 1 | -1/+1 |
| | |||||
* | 17295: `zle -F' failed because of bad test | Peter Stephenson | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | 17141 plus mods: add `zle -F fd handler' feature. | Peter Stephenson | 2002-05-21 | 1 | -0/+103 |
| | |||||
* | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 2001-09-03 | 1 | -0/+12 |
| | | | | examine the current selection. |