Activity
Make Windows terminal do Concept-style wrapping (nl ignored when at l…
Make Windows terminal do Concept-style wrapping (nl ignored when at l…
With -F, allow a command to interrupt get_one_screen.
With -F, allow a command to interrupt get_one_screen.
Stop trying to fill initial screen when a command is entered.
Stop trying to fill initial screen when a command is entered.
Fix bug when using POSIX regular expressions.
Fix bug when using POSIX regular expressions.
Fix word boundary search with some regex libraries.
Fix word boundary search with some regex libraries.
Fix bug in UTF-8 handling with the PCRE2 regular expression library.
Fix bug in UTF-8 handling with the PCRE2 regular expression library.
Remove unused parameter from back_line().
Remove unused parameter from back_line().
Fix bug scrolling backwards with long lines.
Fix bug scrolling backwards with long lines.
Possible fix for hang in Windows when scrolling with arrow key.
Possible fix for hang in Windows when scrolling with arrow key.
forw_line and back_line should not leave *p_linepos uninitialized.
forw_line and back_line should not leave *p_linepos uninitialized.
Add soft_eof to record position of forw_line returning NULL_POSITION.
Add soft_eof to record position of forw_line returning NULL_POSITION.
Inherit DESTDIR from the environment.
Inherit DESTDIR from the environment.
Pull request merge
Change return types of some functions from int to lbool.
Change return types of some functions from int to lbool.
Treat -r in LESS environment variable as if it were -R.
Treat -r in LESS environment variable as if it were -R.
Fix bug in file movement when & filtering is in effect.
Fix bug in file movement when & filtering is in effect.
"waiting for data" msg should appear immediately on F command on a fifo.
"waiting for data" msg should appear immediately on F command on a fifo.
Make SIGTSTP work as expected if received during iopen.
Make SIGTSTP work as expected if received during iopen.