Peter Stephenson
|
2fc2bb7c17
|
31961: rationalise fd watching to use structure
|
2013-11-12 20:41:06 +00:00 |
|
Peter Stephenson
|
f77a7a5b18
|
31937: zle -Fw uses widget semantics for file descriptor handler
|
2013-11-07 15:19:07 +00:00 |
|
Peter Stephenson
|
9b923cccea
|
30084: `zle -T tc func' for zle testing of termcap output
|
2012-01-05 20:01:24 +00:00 |
|
Peter Stephenson
|
45faf8f5b2
|
29891: make zle -lL with arguments work
|
2011-11-04 14:14:26 +00:00 |
|
Peter Stephenson
|
b8ec06c870
|
24853: use metafied strings for inner loops over history
|
2008-04-20 21:17:29 +00:00 |
|
Peter Stephenson
|
1ee6295909
|
24279: allow terminal changes after zle -I to be acquired by main shell
|
2007-12-18 10:42:36 +00:00 |
|
Peter Stephenson
|
6ab77f00ff
|
23488: tidy up module interface and documentation
|
2007-05-29 17:01:07 +00:00 |
|
Peter Stephenson
|
b0c5f09169
|
see 23479: add initial features support for modules
|
2007-05-28 22:57:39 +00:00 |
|
Peter Stephenson
|
b726ead94e
|
22676, 22678: extend sched and make it able to run events when waiting for
input
|
2006-09-10 15:24:26 +00:00 |
|
Peter Stephenson
|
dd5602f59b
|
22474: use variable argument lists to improve error message handling
|
2006-05-30 22:35:03 +00:00 |
|
Peter Stephenson
|
949f5b6dee
|
22431: set WIDGET etc. more consistently when executing zle functions
|
2006-04-25 15:00:25 +00:00 |
|
Peter Stephenson
|
a2d5ebe3c0
|
22427: zle <widget> -w sets the environment for <widget>
|
2006-04-25 10:10:49 +00:00 |
|
Wayne Davison
|
eafa96805b
|
Fixed call to undefined function zwarnname() instead of zwarnnam().
|
2006-03-25 18:50:44 +00:00 |
|
Peter Stephenson
|
7b7905fedb
|
22638: MACHINES: IRIX
users/10047: zle widget -K keymap
|
2006-03-21 19:19:05 +00:00 |
|
Wayne Davison
|
04ea7bae96
|
Fix some compiler warnings and ensure that zmod gets restored
properly in bin_zle_call().
|
2006-03-09 09:44:28 +00:00 |
|
Wayne Davison
|
e79af955f0
|
Got rid of some unsigned-char/char pointer casts.
|
2005-11-15 08:44:17 +00:00 |
|
Peter Stephenson
|
aea7715261
|
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
use multibyte versions of nicechar wherever possible.
|
2005-10-28 17:34:33 +00:00 |
|
Peter Stephenson
|
d7a37f48fd
|
21939: new UNMETACHECK() was too ruthless
|
2005-10-26 10:06:47 +00:00 |
|
Peter Stephenson
|
05b6a23362
|
not yet posted; zle line screwed up on bad return from insertlastword()
|
2005-10-23 17:42:56 +00:00 |
|
Peter Stephenson
|
046f4cf49e
|
21784: Improved character widths for formatted multibyte character output
|
2005-09-29 17:32:34 +00:00 |
|
Peter Stephenson
|
2a888b3d5a
|
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
|
2005-08-10 10:56:40 +00:00 |
|
Peter Stephenson
|
691dd7e529
|
20861: Fix statusline in Unicode, apart from isearch
|
2005-02-24 15:32:36 +00:00 |
|
Peter Stephenson
|
d7c13fb2c3
|
20822: Initial code for Unicode/multibyte input
20823: Debugging test in stat wrong for 64-bit systems
|
2005-02-18 13:57:25 +00:00 |
|
Peter Stephenson
|
65bbf722d9
|
20330: rationalise zle return statuses
|
2004-09-08 15:23:47 +00:00 |
|
Peter Stephenson
|
fb79072575
|
20303: zle -I test and running zle widgets in traps
|
2004-09-02 14:34:33 +00:00 |
|
Wayne Davison
|
fb0937a69e
|
Marked unused parameters with the new UNUSED() macro.
|
2004-06-02 22:14:25 +00:00 |
|
Peter Stephenson
|
1e212cbedc
|
19281: zle-line-init special widget
|
2003-12-12 22:53:27 +00:00 |
|
Peter Stephenson
|
815bc92148
|
a la 19209: zcalloc -> zshcalloc
|
2003-10-29 19:17:30 +00:00 |
|
Peter Stephenson
|
9634760d5e
|
17582: Improved option argument handling.
unposted: Updated version to 4.1.0-dev-6 because of interface change.
|
2002-08-27 21:10:30 +00:00 |
|
Sven Wischnowsky
|
1229d05c19
|
fix default completion module loading, use compctl if it hasn't been loaded already and no completion widgets have been defined (17567)
|
2002-08-20 12:28:05 +00:00 |
|
Peter Stephenson
|
b673918c0f
|
17304: tweak to tweak the tweaked tweak for zle -I in 17301
|
2002-06-07 18:04:06 +00:00 |
|
Peter Stephenson
|
37199039b2
|
17301: improve zle -I.
|
2002-06-07 10:57:24 +00:00 |
|
Peter Stephenson
|
9c8b79b993
|
17295: `zle -F' failed because of bad test
|
2002-06-05 21:12:08 +00:00 |
|
Peter Stephenson
|
afe1b00e16
|
17141 plus mods: add `zle -F fd handler' feature.
|
2002-05-21 11:10:13 +00:00 |
|
Andrew Main
|
b73d71105e
|
15734: zle -K option to select a keymap, and zle KEYMAP parameter to
examine the current selection.
|
2001-09-03 01:39:19 +00:00 |
|
Peter Stephenson
|
c292a3ae50
|
Sven: 13108: Handle traps synchronously
pws: 13109, 13111: clear up zle display when output produced in trap.
|
2000-11-11 19:50:27 +00:00 |
|
Sven Wischnowsky
|
663ecf8e12
|
fix zle widget -n num with num>9 (12238)
|
2000-07-13 09:11:54 +00:00 |
|
Tanaka Akira
|
e74702b467
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|