Peter Stephenson
|
0f1267a8aa
|
20398: allow clean exit from within widget function
|
2004-09-21 14:07:41 +00:00 |
|
Bart Schaefer
|
5741e2840f
|
20388: tweak ignoreeof behavior on user-defined widgets to match docs.
|
2004-09-20 14:03:36 +00:00 |
|
Bart Schaefer
|
2e9bbdc833
|
20387: revised algorithm for the fix in 20363.
|
2004-09-20 13:37:41 +00:00 |
|
Peter Stephenson
|
1268f477b0
|
20363: Src/init.c, Src/Zle/zle_main.c
|
2004-09-13 13:04:39 +00:00 |
|
Peter Stephenson
|
b12c168505
|
20348: rejig WIDGETSTYLE and add WIDGETFUNC
|
2004-09-10 18:03:33 +00:00 |
|
Peter Stephenson
|
6b1dc0f701
|
20331: Use internal zlong variables for consistency
20332: Add WIDGETSTYLE zle parameter
|
2004-09-09 10:12:42 +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 |
|
Peter Stephenson
|
d24593bf38
|
20300: fix spurious EOF from ^C
|
2004-09-02 09:20:35 +00:00 |
|
Wayne Davison
|
0aa5829cc7
|
When downline() calls upline() or visa versa (due to a negative zmult),
the value of "n" that was returned should be negative but was positive.
Fixes some problems with {down,up}-line-or-history and others.
|
2004-08-24 15:47:04 +00:00 |
|
Peter Stephenson
|
efe2876d92
|
20219: make zle parameter HISTNO writeable
add history-pattern-search widget
|
2004-07-29 14:21:57 +00:00 |
|
Peter Stephenson
|
0cfb07ee92
|
20153: make zle-line-init run after the first zrefresh()
|
2004-07-13 09:41:36 +00:00 |
|
Peter Stephenson
|
aad11eb618
|
unposted: improve 20150 by setting pointer to NULL
|
2004-07-12 10:05:46 +00:00 |
|
Peter Stephenson
|
86ae90bc1c
|
20149: improve prompt-reset code
20150: commit ancient memory leak fix(?) in completion
|
2004-07-11 22:53:01 +00:00 |
|
Peter Stephenson
|
8784bbe97c
|
20126: tidy up before 4.2.1
20127: tweaked version of Wayne's patch to reexand prompts
|
2004-07-02 15:59:07 +00:00 |
|
Peter Stephenson
|
3c13204e55
|
7650: new reset-prompt zle widget
|
2004-07-01 14:55:54 +00:00 |
|
Felix Rosencrantz
|
ba2415ce67
|
20002 -- fix for matching spec core dump
|
2004-06-04 06:00:32 +00:00 |
|
Wayne Davison
|
fb0937a69e
|
Marked unused parameters with the new UNUSED() macro.
|
2004-06-02 22:14:25 +00:00 |
|
Wayne Davison
|
12b2ed63ab
|
Silenced one signed/unsigned comparison compiler warning.
|
2004-05-28 19:24:13 +00:00 |
|
Wayne Davison
|
b5d7902c20
|
Silenced three signed/unsigned comparison compiler warnings.
|
2004-05-28 19:23:47 +00:00 |
|
Wayne Davison
|
14c7f464c2
|
Silenced two signed/unsigned comparison compiler warnings.
|
2004-05-28 19:21:05 +00:00 |
|
Peter Stephenson
|
aa7003e0ca
|
19840: vared takes one normal argument
|
2004-04-27 15:16:13 +00:00 |
|
Peter Stephenson
|
5fa91b1116
|
19837: restore vared -e
|
2004-04-27 11:03:06 +00:00 |
|
Peter Stephenson
|
4688564c0a
|
19733 with docs tweaked: keymaps for vared and zed
|
2004-04-06 09:16:57 +00:00 |
|
Peter Stephenson
|
c5add3e2f5
|
19671: error in zle-line-init caused infinite loop
|
2004-03-22 19:51:17 +00:00 |
|
Peter Stephenson
|
bb9d76469e
|
zsh-users/7160: Check and fix mod_export entries.
|
2004-03-12 18:56:42 +00:00 |
|
Oliver Kiddle
|
95231270ed
|
19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1
|
2004-03-11 14:25:12 +00:00 |
|
Peter Stephenson
|
2ace0ce4f2
|
19553: rename c in zle to lastchar
|
2004-03-08 11:44:09 +00:00 |
|
Geoff Wing
|
8026bedc1c
|
19474: fix a calculation when displaying completions which are
screen width or multiples of that wide, and ALWAYS_LAST_PROMPT
|
2004-03-05 00:51:36 +00:00 |
|
Wayne Davison
|
326fb2d483
|
Fixed two cases where unmetify() was using an int* to store a value
into a size_t variable.
|
2004-03-03 18:47:52 +00:00 |
|
Oliver Kiddle
|
0b787b5da2
|
19525: suppress compiler warnings and complete groups using lookupd on Mac OS
|
2004-03-03 11:05:40 +00:00 |
|
Peter Stephenson
|
2073eca9f3
|
19456: Fix ptmx tests, again.
|
2004-02-20 15:27:35 +00:00 |
|
Wayne Davison
|
cd7bfcf690
|
Silenced some compiler warnings about uninitialized variables.
|
2004-02-19 09:11:40 +00:00 |
|
Oliver Kiddle
|
7feb529776
|
19422: fix crash resulting from passing a long option to compctl
|
2004-02-15 12:55:30 +00:00 |
|
Wayne Davison
|
ba827bb22b
|
Another fix in sub_match() to avoid allowing a partial-meta match
to occur (this time in the backwards scan).
|
2004-02-10 02:30:14 +00:00 |
|
Wayne Davison
|
6fd883c737
|
Optimized the check for a widowed Meta character.
|
2004-02-09 05:49:52 +00:00 |
|
Peter Stephenson
|
0167f8d036
|
19385: NULL dereference in add_match_part
|
2004-01-20 10:55:24 +00:00 |
|
Peter Stephenson
|
66329cbe4c
|
19336: Src/Zle/compmatch.c: Bug with metafied characters in length of
completion prefix
|
2004-01-05 17:28:49 +00:00 |
|
Peter Stephenson
|
6eb5f99f1e
|
19295: $CONTEXT zle parameter
|
2003-12-15 22:45:27 +00:00 |
|
Peter Stephenson
|
1e212cbedc
|
19281: zle-line-init special widget
|
2003-12-12 22:53:27 +00:00 |
|
Peter Stephenson
|
a6a63a147e
|
19242: Make job table dynamically reallocatable.
|
2003-11-13 14:34:33 +00:00 |
|
Peter Stephenson
|
a7b9b5f851
|
19218: extend 19216 to zle widgets
|
2003-11-03 13:57:52 +00:00 |
|
Felix Rosencrantz
|
9644fbfb3f
|
Added *.dll to .cvsignore and fixed typo. (unposted)
|
2003-11-03 04:26:51 +00:00 |
|
Peter Stephenson
|
815bc92148
|
a la 19209: zcalloc -> zshcalloc
|
2003-10-29 19:17:30 +00:00 |
|
Peter Stephenson
|
b38f3c9a17
|
18938: Export some data symbols.
|
2003-08-11 10:45:08 +00:00 |
|
Peter Stephenson
|
1f8c031467
|
18926: problem accepting filename require metafication with menu selection
|
2003-08-05 10:12:08 +00:00 |
|
Wayne Davison
|
1495a7e008
|
Don't crash if alt-y is typed twice in a row without a prior ctrl-y.
|
2003-07-29 09:53:26 +00:00 |
|
Peter Stephenson
|
1be7d4744d
|
18559, 18562: make modules use proper option arguments
|
2003-05-22 09:48:25 +00:00 |
|
Peter Stephenson
|
6d9135befe
|
18543: memory leak vared'ing arrays
|
2003-05-19 10:30:42 +00:00 |
|
Peter Stephenson
|
62719196b2
|
18536: EMACS and VI compatibility options
|
2003-05-14 15:09:14 +00:00 |
|