Fix show_last_command_output not working when the output is stored partially in the scrollback pager history buffer

Fixes #4435
This commit is contained in:
Kovid Goyal
2022-02-15 13:04:02 +05:30
parent 5d120a2f36
commit 80202d2679
7 changed files with 66 additions and 18 deletions

View File

@@ -86,6 +86,9 @@ Detailed list of changes
- Fix a regression in the previous release that broke :opt:`active_tab_foreground` (:iss:`4620`)
- Fix :ac:`show_last_command_output` not working when the output is stored
partially in the scrollback pager history buffer (:iss:`4435`)
- Improve CWD detection when there are multiple foreground processes in the TTY process group
- A new option :opt:`narrow_symbols` to turn off opportunistic wide rendering of private use codepoints