Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -3/+13 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | fix zle widget -n num with num>9 (12238) | Sven Wischnowsky | 2000-07-13 | 1 | -35/+216 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+491 |