Peter Stephenson
|
88126c0110
|
24932: try to fix up code that regularizes attributes after right prompt
|
2008-05-06 09:23: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
|
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
|
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
|
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
|
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 |
|