1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-21 00:01:26 +01:00
Commit graph

5616 commits

Author SHA1 Message Date
Peter Stephenson
dbe5fd93a7 24951: implement ZLS_COLORS ln=target 2008-05-06 16:01:18 +00:00
Clint Adams
da037f7393 24947: complete -safe-mode for firefox. 2008-05-06 15:13:12 +00:00
Peter Stephenson
bfaa06eb13 24938: tweak Free BSD XOPEN test 2008-05-06 11:57:41 +00:00
Peter Stephenson
ccafd19819 24937: finally(?) fix free BSD XOPEN test 2008-05-06 10:42:08 +00:00
Peter Stephenson
88126c0110 24932: try to fix up code that regularizes attributes after right prompt 2008-05-06 09:23:06 +00:00
Peter Stephenson
2b2cb523eb 24927: Phil Pennock: limit XOPEN workaround to FreeBSD 6 2008-05-06 08:51:06 +00:00
Wayne Davison
c9006a06a3 Only call close(flock_fd) if flock_fd is >= 0. 2008-05-05 14:29:03 +00:00
Wayne Davison
f7b2570e15 Locking simplification and signed/unsigned fixes. 2008-05-05 01:14:04 +00:00
Peter Stephenson
7d8eb45b18 Mikael Magnusson: 24911 (slightly tweaked):
REGION_ACTIVE zle parameter
2008-05-04 22:46:55 +00:00
Peter Stephenson
bb8ec071e3 24904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systems 2008-05-04 18:43:01 +00:00
Peter Stephenson
1424e923b1 24915: some more fix-ups for combining characters 2008-05-04 18:30:02 +00:00
Peter Stephenson
a9ad660bd3 users/12812: fix hang with confusion over process numbers 2008-05-02 22:48:58 +00:00
Peter Stephenson
a8854f71eb 24900: add backward-kill-word behaviour to isearch
document isearch commands better
2008-05-01 11:33:02 +00:00
Peter Stephenson
fadf4a55ff 24899: make colour escape sequences configurable
allow ANSI colour names
2008-05-01 10:58:23 +00:00
Peter Stephenson
71eafcc945 Matt Wozniski: typo 2008-04-29 20:59:32 +00:00
Peter Stephenson
8dc2bc1350 oops 2008-04-29 19:53:47 +00:00
Peter Stephenson
497a34d249 24894: enable colouring of highlighted text in editor 2008-04-29 17:19:26 +00:00
Peter Stephenson
f5ed24f47e 24893: duplicate statusline to avoid crashes when constant 2008-04-29 08:43:38 +00:00
Peter Stephenson
f8220437f2 unposted: reset search line on anchored pattern isearch 2008-04-28 15:45:41 +00:00
Peter Stephenson
7462e3f978 unposted: more tweaks for failed isearch pattern matches 2008-04-28 11:35:54 +00:00
Peter Stephenson
be947a5606 24890: Matt Wozniski: reset skip_pos on backtracking in isearch 2008-04-28 10:56:42 +00:00
Peter Stephenson
0c0213b517 24887: geoff: typo 2008-04-28 08:55:27 +00:00
Peter Stephenson
bbcee91527 24886: fix endless loop in string isearch 2008-04-27 20:01:49 +00:00
Peter Stephenson
91a10708b2 24822: highlighting of isearch matches
unposted: not in NEWS that COMBINING_CHARS is not on by default
2008-04-26 22:52:50 +00:00
Peter Stephenson
8a323cae8c unposted: typo 2008-04-26 21:39:11 +00:00
Peter Stephenson
3587f599b0 unposted: fix position of cursor on forward pattern searching 2008-04-26 21:26:28 +00:00
Peter Stephenson
1fc8484f05 24881: only feep once on an invalid pattern 2008-04-26 20:53:04 +00:00
Peter Stephenson
49d05f7476 feeping on a failed match could be mistimed 2008-04-26 20:40:18 +00:00
Peter Stephenson
35bbbbacb6 24879: unpleasantness at the pattern search line duplication test club 2008-04-26 20:27:39 +00:00
Peter Stephenson
234c6ed193 24878: add incremental pattern searches 2008-04-26 19:51:08 +00:00
Peter Stephenson
607eac6efb 24876: Jun T.: don't install manual pages if empty 2008-04-26 19:48:26 +00:00
Peter Stephenson
c8b6d1a239 24872: revert to original patch 2008-04-26 19:45:54 +00:00
Peter Stephenson
31ca309299 Jun T. 24872 + 24873: capitalization with combining characters 2008-04-26 18:17:29 +00:00
Peter Stephenson
0f00952d57 24869: Marc Chantreux: make default readnullcmd configurable 2008-04-26 17:46:46 +00:00
Peter Stephenson
cca52d8edb unposted: Jun T.: fix backkill() calculation of charaters to kill 2008-04-24 10:18:59 +00:00
Peter Stephenson
62b7e68a63 unposted: fix overwrite without MULTIBYTE_SUPPORT 2008-04-23 21:08:31 +00:00
Peter Stephenson
ed1029afab 24867: _XOPEN_SOURCE -> _XOPEN_SOURCE_EXTENDED 2008-04-23 10:35:25 +00:00
Peter Stephenson
2b84984769 24865: bad character adjustment in vireplacechars() 2008-04-23 08:43:38 +00:00
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
a12b1f35aa 24852: more combining chars fallout 2008-04-20 20:58:33 +00:00
Peter Stephenson
dea42c692f 24852: more combining chars fallout 2008-04-20 16:57:21 +00:00