Skip to content

Commit

Permalink
v637
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Jun 29, 2023
1 parent 867175a commit 60050bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion NEWS
Expand Up @@ -11,7 +11,7 @@

======================================================================

Major changes between "less" versions 633 and 636
Major changes between "less" versions 633 and 637

* Fix problem when a program piping into less reads from the tty,
like sudo asking for password (github #368).
Expand All @@ -26,6 +26,8 @@

* Fix mouse wheel scrolling on Windows (github #379).

* Fix erroneous EOF when terminal window size changes (github #372).

* Fix regression in exit code when stdin is /dev/null and
output is a file (github #373).

Expand Down
4 changes: 2 additions & 2 deletions version.c
Expand Up @@ -986,7 +986,7 @@ v634 5/29/23 Allow program piping into less to access tty;
fix search modifier ^E after ^W.
v635 6/2/23 Fix crash with ! search modifier.
v636 6/18/23 Fix -D in MS-DOS build; fix mouse wheel in MS-DOS build.
v637
v637 6/28/23 Fix early EOF when SIGWINCH is received.
*/

char version[] = "637x";
char version[] = "637";

0 comments on commit 60050bd

Please sign in to comment.