Lines Matching full:github
10 https://github.com/gwsw/less/issues.
16 * Add --cmd option (github #624).
18 * Add LESS_TERMCAP_SUSPEND and LESS_TERMCAP_RESUME (github #654).
22 not the current position (github #640).
25 command line unless POSIXLY_CORRECT is set (github #653).
28 modifier characters (github #637).
30 * Fix hang if a search using ^S modifier matches empty string (github #634).
32 * Fix bug using -g and -J (github #636).
35 (github #635).
37 * Fix bug in Windows build when autorepeating a search pattern (github #639).
41 * Fix lesskey bug using "invalid" action (github #643).
44 was received during a file read (github #649).
46 * Fix performance issue in & filtering (github #638). Problem was introduced
49 * Fix some problems reported by valgrind (github #659, github #660, github #661).
56 env var (github #626).
59 the input file (github #628).
67 * Add ESC-j and ESC-k commands (github #560).
69 * Add --no-paste option (github #523).
71 * Add --no-edit-warn option (github #513).
73 * Add --form-feed option (github #496).
75 * Add ESC-b command (github #615).
77 * Make TAB complete option name in -- command (github #531).
82 not just OSC 8 (github #504).
85 if invoked via a file link named "more" (github #500).
90 one line (github #514).
96 * Add LESS_SIGUSR1 to define user signal handler (github #582).
98 * Add mouse and mouse6 commands to lesskey (github #569).
102 * Leave stty tabs setting unchanged (github #620).
105 a valid command (github #543).
107 * Fix bug when coloring prompt string with SGR sequences (github #516).
109 * Fix bug when searching for text near an invalid UTF-8 sequence (github #542).
111 * Fix display bug when file contains ESC followed by NUL (github #550).
113 * Fix bug when using +:n +:p +:x or +:d on the command line (github #552).
116 (github #566).
118 * Fix bug where lesstest fails if window is resized (github #570).
120 * Fix bug using "configure --with-secure=no" (github #584).
122 * Fix bug using multibyte command chars (github #595).
124 * Fix auto_wrap setting on Windows (github #497).
126 * Fix two bugs using ^S search modifier (github #605).
128 * Fix bug searching for UTF-8 strings with the PCRE2 library (github #610).
132 * Fix bug when & filtering is active (github #618).
139 (github #539, github #546, github #562).
141 * Fix build using --with-secure (github #544).
143 * Fix crash when using --header on command line (github #545).
145 * Fix possible crash when scrolling left/right or toggling -S (github #547).
147 * Fix bug when using #stop in a lesskey file (github #551).
150 a parameter starting with '.' (github #554).
152 * Fix bug in R command when file size changes (github #553).
154 * Fix bug using --header when file does not fill screen (github #556).
156 * Fix ^X bug when output is not a terminal (github #558).
158 * Fix bug where ^Z is not handled immediately (github #563).
161 greater than 0x7F (github #568).
163 * Fix uninitialized variable in edit_ifile (github #573).
165 * Fix incorrect handling of UTF-8 chars in prompts (github #576).
172 to find and open OSC8 hyperlinks (github #251).
176 * Add --lesskey-content option (github #447).
178 * Add LESSKEY_CONTENT environment variable (github #447).
181 (github #397).
183 * Add ctrl-L search modifier (github #367).
186 message (github #462).
189 parameter (github #471).
193 * Add LESSSECURE_ALLOW environment variable (github #449).
197 * Add line number parameter to --header option (github #436).
199 * Mouse right-click jumps to position marked by left-click (github #390).
202 set by --header (github #444).
206 * Add message when search with ^W wraps (github #459).
209 (github #438).
212 (github #414).
214 * Improve parsing of -j, -x and -# options (github #393).
216 * Support files larger than 4GB on Windows (github #417).
218 * Support entry of Unicode chars larger than U+FFFF on Windows (github #391).
222 * Allow --rscroll to accept non-ASCII characters (github #483).
226 and --intr) (github #495).
228 * Fix bug where # substitution failed after viewing help (github #420).
230 * Fix crash if files are deleted while less is viewing them (github #404).
235 * Fix -J display when searching for non-ASCII characters (github #422).
237 * Don't filter header lines via the & command (github #423).
239 * Fix bug when horizontally shifting long lines (github #425).
244 * Fix bug searching long lines with --incsearch and -S (github #428).
246 * Fix bug that made ESC-} fail if top line on screen was empty (github #429).
248 * Fix bug with --mouse on Windows when used with pipes (github #440).
253 line ending (github #474).
256 if it contains a space (github #480).
258 * Fix wrong sleep time when system has usleep but not nanosleep (github #489).
262 * Fix bug when file name contains nonprintable characters (github #503).
264 * Fix DJGPP build (github #497).
273 like sudo asking for password (github #368).
277 * Fix bug using negated (^N) search (github #374).
279 * Fix bug setting colors with -D on Windows build (github #386).
281 * Fix reading special chars like PageDown on Windows (github #378).
283 * Fix mouse wheel scrolling on Windows (github #379).
285 * Fix erroneous EOF when terminal window size changes (github #372).
287 * Fix compile error with some definitions of ECHONL (github #395).
289 * Fix crash on Windows when writing logfile (github #405).
292 output is a file (github #373).
294 * Add lesstest test suite to production release (github #344).
297 automake Simple Test Format (github #399).
310 * Add LESSUTFCHARDEF environment variable (github #275).
312 * Add # command (github #330).
314 * Add ^S search modifier (github #196).
316 * Add --wordwrap option (github #113).
318 * Add --no-vbell option (github #304).
320 * Add --no-search-headers option (github #44).
322 * Add --modelines option (github #89).
324 * Add --intr option (github #224).
326 * Add --proc-backspace, --proc-tab and --proc-return options (github #335).
328 * Add --show-preproc-errors option (github #258).
330 * Add LESS_LINES and LESS_COLUMNS environment variables (github #84).
332 * Add LESS_DATA_DELAY environment variable (github #337).
338 * Improve ability of ^X to interrupt F command (github #49).
343 if supported by the regular expression library (github #196).
345 * Don't allow opening a tty as file input unless -f is set (github #309).
347 * Don't require newline input after +&... option (github #339).
351 * Fix ANSI color bug when overstriking with colored chars (github #276).
353 * Fix compiler const warning (github #279).
355 * Fix signal race in iread (github #280).
357 * Fix reading procfs files on Linux (github #282).
359 * Fix --ignore-case with ctrl-R (no regex) search (github #300).
361 * Fix bug doing repeat search after setting & filter (github #299).
365 * Fix crash with -R and certain line lengths (github #338).
367 * Fix input of Windows dead keys (github #352).
369 * Don't retain search options from a cancelled search (github #302).
371 * Don't call realpath on fake filenames like "-" (github #289).
375 * Convert function parameter definitions from K&R to C89 (github #316).
381 * Add the --header option (github #43).
383 * Add the --no-number-headers option (github #178).
387 * Add the --redraw-on-quit option (github #36).
389 * Add the --search-options option (github #213).
391 * Add the --exit-follow-on-close option (github #244).
401 * Add $HOME/.config to possible locations of lesskey file (github #153).
404 of history file (github #223).
406 * Don't read or write history file in secure mode (github #201).
411 (github #188).
419 * Fix bug scrolling history when --incsearch is set (github #214).
422 options (github #198).
424 * Fix buffer overflow in bin_file (github #271).
437 * Fix bug in input of non-ASCII characters on Windows (github #247)
442 with --incsearch (github #273).