Lines Matching full:github

10   https://github.com/gwsw/less/issues.
16 * Add --autosave option (github #678).
18 * Add ESC-f command (github #680).
22 * Add prompt prototype sequences %C, %W, %Q and ?Q (github #685).
25 definitions don't exist in termcap (github #650).
29 add shift-END and ctrl-END to scroll right and jump to end (github #658).
33 * Add --without-termlib to configure (github #701).
36 To set bold, you must append "d" or "*" to the color string (github #684).
39 This reverts to behavior that existed before less-670 (github #700).
42 (github #662).
45 from the input file (github #682).
54 search string (github #668).
56 * Fix bug repainting screen with --form-feed (github #672).
59 options (github #675).
61 * Fix incorrect display of Lit indicator (github #670).
64 (github #681).
66 * Fix bug using --pattern with --incsearch (github #696).
68 * Disallow mouse click to open OSC8 link in SECURE mode (github #676).
78 * Add --cmd option (github #624).
80 * Add LESS_TERMCAP_SUSPEND and LESS_TERMCAP_RESUME (github #654).
84 not the current position (github #640).
87 command line unless POSIXLY_CORRECT is set (github #653).
90 modifier characters (github #637).
92 * Fix hang if a search using ^S modifier matches empty string (github #634).
94 * Fix bug using -g and -J (github #636).
97 (github #635).
99 * Fix bug in Windows build when autorepeating a search pattern (github #639).
103 * Fix lesskey bug using "invalid" action (github #643).
106 was received during a file read (github #649).
108 * Fix performance issue in & filtering (github #638). Problem was introduced
111 * Fix some problems reported by valgrind (github #659, github #660, github #661).
118 env var (github #626).
121 the input file (github #628).
129 * Add ESC-j and ESC-k commands (github #560).
131 * Add --no-paste option (github #523).
133 * Add --no-edit-warn option (github #513).
135 * Add --form-feed option (github #496).
137 * Add ESC-b command (github #615).
139 * Make TAB complete option name in -- command (github #531).
144 not just OSC 8 (github #504).
147 if invoked via a file link named "more" (github #500).
152 one line (github #514).
158 * Add LESS_SIGUSR1 to define user signal handler (github #582).
160 * Add mouse and mouse6 commands to lesskey (github #569).
164 * Leave stty tabs setting unchanged (github #620).
167 a valid command (github #543).
169 * Fix bug when coloring prompt string with SGR sequences (github #516).
171 * Fix bug when searching for text near an invalid UTF-8 sequence (github #542).
173 * Fix display bug when file contains ESC followed by NUL (github #550).
175 * Fix bug when using +:n +:p +:x or +:d on the command line (github #552).
178 (github #566).
180 * Fix bug where lesstest fails if window is resized (github #570).
182 * Fix bug using "configure --with-secure=no" (github #584).
184 * Fix bug using multibyte command chars (github #595).
186 * Fix auto_wrap setting on Windows (github #497).
188 * Fix two bugs using ^S search modifier (github #605).
190 * Fix bug searching for UTF-8 strings with the PCRE2 library (github #610).
194 * Fix bug when & filtering is active (github #618).
201 (github #539, github #546, github #562).
203 * Fix build using --with-secure (github #544).
205 * Fix crash when using --header on command line (github #545).
207 * Fix possible crash when scrolling left/right or toggling -S (github #547).
209 * Fix bug when using #stop in a lesskey file (github #551).
212 a parameter starting with '.' (github #554).
214 * Fix bug in R command when file size changes (github #553).
216 * Fix bug using --header when file does not fill screen (github #556).
218 * Fix ^X bug when output is not a terminal (github #558).
220 * Fix bug where ^Z is not handled immediately (github #563).
223 greater than 0x7F (github #568).
225 * Fix uninitialized variable in edit_ifile (github #573).
227 * Fix incorrect handling of UTF-8 chars in prompts (github #576).
234 to find and open OSC8 hyperlinks (github #251).
238 * Add --lesskey-content option (github #447).
240 * Add LESSKEY_CONTENT environment variable (github #447).
243 (github #397).
245 * Add ctrl-L search modifier (github #367).
248 message (github #462).
251 parameter (github #471).
255 * Add LESSSECURE_ALLOW environment variable (github #449).
259 * Add line number parameter to --header option (github #436).
261 * Mouse right-click jumps to position marked by left-click (github #390).
264 set by --header (github #444).
268 * Add message when search with ^W wraps (github #459).
271 (github #438).
274 (github #414).
276 * Improve parsing of -j, -x and -# options (github #393).
278 * Support files larger than 4GB on Windows (github #417).
280 * Support entry of Unicode chars larger than U+FFFF on Windows (github #391).
284 * Allow --rscroll to accept non-ASCII characters (github #483).
288 and --intr) (github #495).
290 * Fix bug where # substitution failed after viewing help (github #420).
292 * Fix crash if files are deleted while less is viewing them (github #404).
297 * Fix -J display when searching for non-ASCII characters (github #422).
299 * Don't filter header lines via the & command (github #423).
301 * Fix bug when horizontally shifting long lines (github #425).
306 * Fix bug searching long lines with --incsearch and -S (github #428).
308 * Fix bug that made ESC-} fail if top line on screen was empty (github #429).
310 * Fix bug with --mouse on Windows when used with pipes (github #440).
315 line ending (github #474).
318 if it contains a space (github #480).
320 * Fix wrong sleep time when system has usleep but not nanosleep (github #489).
324 * Fix bug when file name contains nonprintable characters (github #503).
326 * Fix DJGPP build (github #497).
335 like sudo asking for password (github #368).
339 * Fix bug using negated (^N) search (github #374).
341 * Fix bug setting colors with -D on Windows build (github #386).
343 * Fix reading special chars like PageDown on Windows (github #378).
345 * Fix mouse wheel scrolling on Windows (github #379).
347 * Fix erroneous EOF when terminal window size changes (github #372).
349 * Fix compile error with some definitions of ECHONL (github #395).
351 * Fix crash on Windows when writing logfile (github #405).
354 output is a file (github #373).
356 * Add lesstest test suite to production release (github #344).
359 automake Simple Test Format (github #399).
372 * Add LESSUTFCHARDEF environment variable (github #275).
374 * Add # command (github #330).
376 * Add ^S search modifier (github #196).
378 * Add --wordwrap option (github #113).
380 * Add --no-vbell option (github #304).
382 * Add --no-search-headers option (github #44).
384 * Add --modelines option (github #89).
386 * Add --intr option (github #224).
388 * Add --proc-backspace, --proc-tab and --proc-return options (github #335).
390 * Add --show-preproc-errors option (github #258).
392 * Add LESS_LINES and LESS_COLUMNS environment variables (github #84).
394 * Add LESS_DATA_DELAY environment variable (github #337).
400 * Improve ability of ^X to interrupt F command (github #49).
405 if supported by the regular expression library (github #196).
407 * Don't allow opening a tty as file input unless -f is set (github #309).
409 * Don't require newline input after +&... option (github #339).
413 * Fix ANSI color bug when overstriking with colored chars (github #276).
415 * Fix compiler const warning (github #279).
417 * Fix signal race in iread (github #280).
419 * Fix reading procfs files on Linux (github #282).
421 * Fix --ignore-case with ctrl-R (no regex) search (github #300).
423 * Fix bug doing repeat search after setting & filter (github #299).
427 * Fix crash with -R and certain line lengths (github #338).
429 * Fix input of Windows dead keys (github #352).
431 * Don't retain search options from a cancelled search (github #302).
433 * Don't call realpath on fake filenames like "-" (github #289).
437 * Convert function parameter definitions from K&R to C89 (github #316).
443 * Add the --header option (github #43).
445 * Add the --no-number-headers option (github #178).
449 * Add the --redraw-on-quit option (github #36).
451 * Add the --search-options option (github #213).
453 * Add the --exit-follow-on-close option (github #244).
463 * Add $HOME/.config to possible locations of lesskey file (github #153).
466 of history file (github #223).
468 * Don't read or write history file in secure mode (github #201).
473 (github #188).
481 * Fix bug scrolling history when --incsearch is set (github #214).
484 options (github #198).
486 * Fix buffer overflow in bin_file (github #271).
499 * Fix bug in input of non-ASCII characters on Windows (github #247)
504 with --incsearch (github #273).