nicm
c29b41e527
Make pane scrollbars able to auto-hide after a short timeout. This
...
replaces the previous "modal" behaviour where the pane would be resized,
which tended to make a mess. Instead, the scrollbar appears when
scrolling or when hovered over with the mouse and disappears a
(configurable) short period later. From Michael Grant.
2026-06-29 07:45:09 +00:00
nicm
3badbc50e0
Do not read off end of buffer if it ends in \ when expanding \c, found
...
by ossfuzz.
2026-04-04 11:32:05 +00:00
nicm
1a51193899
Handle empty regular expression in substitution, found by ossfuzz.
2026-04-02 08:45:35 +00:00
nicm
a2a02fd7d7
Change a few types to fix warnings, from Thomas Klausner.
2023-06-30 21:55:08 +00:00
nicm
e9e5facb0e
Some minor style nits.
2020-04-09 14:23:34 +00:00
nicm
eb4d60b1ce
REG_STARTEND is not portable, but it turns out we don't actually need
...
it. From Evan Green, GitHub issue 1982.
2019-11-27 20:54:30 +00:00
nicm
20c1f1aec6
Only substitute patterns starting with ^ once.
2019-11-24 18:37:23 +00:00
nicm
f4e835754c
Fix how regex substitution works with empty matches.
2019-06-20 15:40:14 +00:00
nicm
3e72e98e3b
Add regular expression support for the format search, match and
...
substitute modifiers.
2019-06-13 19:46:00 +00:00