File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ Uppercase BUG_* IDs are shell bug IDs as used by the Modernish shell library.
8
8
prompts use the kitty terminal's escape sequence (e.g. $'\E[4:4m'
9
9
in the PS1 prompt for formatting spaced dots).
10
10
11
- 2025-05-30:
12
-
13
- - The editor typeahead buffer and the limit for the ${.sh.edchar} variable
14
- (used with the KEYBD trap) has been increased from 80 to 500 bytes.
15
-
16
11
2025-05-29:
17
12
18
13
- Fixed a serious but rarely occurring regression that corrupts variable
Original file line number Diff line number Diff line change 25
25
*
26
26
*/
27
27
28
- #define SEARCHSIZE 500
28
+ #define SEARCHSIZE 80
29
29
30
30
#include "FEATURE/cmds"
31
31
#include "FEATURE/locale"
32
32
#include "terminal.h"
33
33
34
34
#define STRIP 0377
35
- #define LOOKAHEAD 500
35
+ #define LOOKAHEAD 80
36
36
37
37
#if SHOPT_MULTIBYTE
38
38
# include "national.h"
You can’t perform that action at this time.
0 commit comments