1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00
Commit graph

1995 commits

Author SHA1 Message Date
Peter Stephenson
1e41a8a44a 24864: Jun. T: typos in alternative wcwidth(). 2008-04-23 08:39:58 +00:00
Peter Stephenson
e210f8d614 24862: _XOPEN_SOURCE needed for wcwidth() 2008-04-22 16:18:54 +00:00
Peter Stephenson
2cec7aae44 24861 (with tweaks): logic to use alternative wcwidth() if needed;
slightly improve test for overwriting with combining characters.
2008-04-22 15:08:04 +00:00
Peter Stephenson
a58d02fd2e 24860: better overwrite mode 2008-04-21 17:58:58 +00:00
Peter Stephenson
f9224e5a04 24859: combining chars: overwriting and vi replace and append 2008-04-21 17:30:34 +00:00
Peter Stephenson
5a0c547e91 24856: add IS_COMBINING() and IS_BASECHAR() and widen tests 2008-04-21 11:49:55 +00:00
Peter Stephenson
500c402380 24855: tests for combining char alignment should only be on metafied line 2008-04-21 10:13:30 +00:00
Peter Stephenson
475fc98782 unposted: missing assignment in new backwardmetafiedchar() 2008-04-21 09:06:05 +00:00
Peter Stephenson
3cf29e7513 24853: bits missed from patch 2008-04-20 21:19:52 +00:00
Peter Stephenson
b8ec06c870 24853: use metafied strings for inner loops over history 2008-04-20 21:17:29 +00:00
Peter Stephenson
dea42c692f 24852: more combining chars fallout 2008-04-20 16:57:21 +00:00
Andrey Borzenkov
79ea3a1717 24851: support colour codes for from current GNU ls 2008-04-20 06:41:22 +00:00
Wayne Davison
23bbf18d41 Fixed some compiler warnings about signed/unsigned issues. 2008-04-18 13:50:53 +00:00
Peter Stephenson
067cfa3a06 24839: fix misuse of variable in backwardkillword 2008-04-18 11:49:24 +00:00
Peter Stephenson
fb0db37297 fix vi-replace-chars 2008-04-17 16:18:41 +00:00
Peter Stephenson
72bd9ee6d9 24825: fix internal word-boundary widgets 2008-04-17 12:52:13 +00:00
Peter Stephenson
78ce07b49f 24818: add HIST_FCNTL_LOCK.
unposted: update NEWS with new features
2008-04-17 10:23:45 +00:00
Peter Stephenson
bd79dd9238 24821: update notes in FAQ on combining characters,
fix up cursor on exit from user-defined widget
2008-04-16 09:59:32 +00:00
Peter Stephenson
1875c12734 24819: fix transposing characters and sneaky combination generation 2008-04-15 16:49:55 +00:00
Peter Stephenson
fe6d34f024 24816: some places where we need cursor alignment with combining characters 2008-04-14 14:57:52 +00:00
Peter Stephenson
5eb7948f86 24814: suspicious handling of temporary history buffer 2008-04-14 13:42:51 +00:00
Peter Stephenson
f125ca3293 24810: ensure combining character alignment on unmetafication 2008-04-14 09:13:18 +00:00
Peter Stephenson
97dcf15556 24808: initial support for combining characters in zle 2008-04-13 16:58:42 +00:00
Peter Stephenson
659bfee072 unposted: move zlefind() and zlecmp() into zle_hist.c 2008-04-11 11:38:06 +00:00
Peter Stephenson
7683ec28aa 24792: try to be safer about turning off attributes when refreshing 2008-04-04 16:32:15 +00:00
Peter Stephenson
cc026d2339 24788: ${(m)#...} returns string print width 2008-04-03 21:10:54 +00:00
Peter Stephenson
e5d8a42249 24787: reset region_highlight when finished editing command line 2008-04-03 15:33:39 +00:00
Peter Stephenson
035aa2263b typo 2008-04-03 15:30:44 +00:00
Peter Stephenson
bc32da6a67 24786: handle read -t properly in zle via getbyte() 2008-04-03 15:20:18 +00:00
Peter Stephenson
2c5ea79f17 24782: initial go at highlighting of characters in zle command lines 2008-04-03 11:38:55 +00:00
Peter Stephenson
7389a42d17 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:
fix backtracking problem in (#c) pattern
2008-03-30 22:14:22 +00:00
Peter Stephenson
af92f874e1 24777: bug clearing up after menu selection 2008-03-28 23:21:26 +00:00
Peter Stephenson
50d9cdeae4 24768: add -q option to cd, chdir, pushd, popd
use in _canonical_paths
add 4.3.6 release note with this and other stuff
2008-03-28 09:59:06 +00:00
Peter Stephenson
845faf5586 22281: wait shouldn't return immediately on signal unless trapped 2008-03-25 18:17:07 +00:00
Peter Stephenson
56e1904e45 fix optimisation of string matching with multibyte mode
24732: attempt to provide adequate space for sched ztrftime string with
multibyte characters
2008-03-25 17:47:10 +00:00
Bart Schaefer
4625e0eabc 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1
any longer, so the (i) subscript flag on an empty array needs to yield 1.
2008-03-18 15:14:20 +00:00
Peter Stephenson
3cd59fa065 unposted: fix some .distfiles and .cvsignore stuff 2008-03-15 23:21:02 +00:00
Peter Stephenson
567a8e1d50 24712: handling of backticks being requoted for double quotes 2008-03-14 12:14:04 +00:00
Peter Stephenson
948f015df0 24711: fix re-presentation of here-documents munged internally
to here-strings
2008-03-14 11:40:57 +00:00
Peter Stephenson
2ca42b2025 24705: rationalise curses and term headers even more 2008-03-13 11:10:59 +00:00
Bart Schaefer
b78caa8ec4 24703: Src/Zle/zle_main.c: clear trashedzle when first starting
the editor in zleread(), so that reexpandprompt() from the first
zrefresh() won't expand the prompt an extra time.
2008-03-11 14:31:09 +00:00
Peter Stephenson
e9b11fa9f0 unposted: make test for added space in 24699 safer 2008-03-11 10:00:38 +00:00
Peter Stephenson
25413054c1 24699: bug with ${(Q)...} on initial ">"
bug with ${(z)...} on string with unterminated "("
2008-03-08 01:20:49 +00:00
Peter Stephenson
db717e3025 users/12699: don't complete normal arguments where we're completing the
required argument to an option in the word following the option
2008-03-07 23:06:42 +00:00
Peter Stephenson
d70cfd3310 24696: turn off MULTIBYTE by default in sh emulation 2008-03-07 09:44:28 +00:00
Wayne Davison
697d170928 History file-handling improvments. 2008-03-06 17:23:00 +00:00
Wayne Davison
9fb0f8dea2 Fixed two compiler warnings about comparing signed/unsigned. 2008-03-06 16:42:54 +00:00
Peter Stephenson
b9a04359d2 24662: River Tarnell: strtoul() compat when not in system library 2008-03-03 12:29:51 +00:00
Peter Stephenson
e5a6543e6d overeagnerness to spot integers in cd after - and + 2008-03-02 21:21:52 +00:00
Peter Stephenson
bc45a1b994 24672: fix(?) crash resizing window during menu-select 2008-02-28 23:12:37 +00:00