-
Notifications
You must be signed in to change notification settings - Fork 88
/
TODO
156 lines (156 loc) · 7.09 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
101 -s leaves ~ lines at start of file
102 allow -o for non-pipe input
*v326 103 q doesn't always quit (in error())
104 -s on file with trailing blank lines; G says 99%
*v334 105 add installbin installman
*v311 106 allow undefine CMD_HISTORY
? 107 use tgetstr(x,NULL)
108 force Spencer regex
* 109 continue after "read error"
*v312 110 continue after cannot reopen in lsystem()
*v313 111 horizontal scrolling
112 don't move to lowerleft on first screen
* 113 test POSIX regex for bugs
* 114 check VISUAL before EDITOR
* 115 files with % or # (escape char?)
*v279 116 support --help, --version
*v285 117 files with % or # (DOS crashes)
*v285 118 v cmd makes # refer to %
*v340 119 support other GNU options
*v304 120 turn off regex on individual search
x 121 EBCDIC translation
122 Display in partial screen.
* 123 Borland compiler.
124 Use GNU regex (ftp.gnu.ai.mit.edu in regex-0.12.tar.gz)
*v309 125 Look at patches/rod
? 126 ache hilite bug
* 127 add version number to man page .TH less v290
*v301 128 Cmd F doesn't show hilites in new text.
*v301 129 Cmd F doesn't repaint on SIGWINCH.
130 Cmd F doesn't work if file shrinks or is deleted.
*v295 131 Hilite pattern matches without searching.
*v303 132 forw-screen-force.
*v325 133 Spaces in filenames.
*v296 134 cmdbuf longer than screen width.
* 135 Bob Pegram diffs
*v295 136 Linux gets seg fault when TERM=abc
* (Don't call termcap funcs if tgetent fails.)
*v295 137 Search in squished file gives "Nothing to search" but
* then repaints badly.
138 /a[1,2] on Solaris matches a1, a2 and a4.
139 Stan Brown DOS 291 issues.
*v304 140 Runtime secure (env var? non-overridable flag?).
*v305 141 LESS=-kfilename; can't set LESS in the #env section.
*v334 142 quit telnet; less spins (Robert Baruch)
*v311 143 "!cmd, v" goes to EOF.
*v305 144 Raul Miller fix for /proc files on Linux.
145 Incorporate diffs for Windows NT (patches/nt).
*v299 146 Fix percent overflow in jump_percent.
*v310 147 Manage help file better (less291.hlp?)
? 148 Can't see messages from error reading lesskey file.
*v299 149 Pause after !cmd before "ti".
? 150 Two -D options on cmd line: second ignored.