This commit is contained in:
pagedown 2022-04-22 15:02:23 +08:00
parent 714461de76
commit 5f1376b9a0
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -63,6 +63,8 @@ Detailed list of changes
- Change the default value of :opt:`confirm_os_window_close` to ask for confirmation when closing windows that are not sitting at shell prompts
- A new value :code:`last_reported` for :option:`launch --cwd` to use the current working directory last reported from OSC 7
- macOS: When using Apple's less as the pager for viewing scrollback strip out OSC codes as it cant parse them (:iss:`4788`)
- diff kitten: Fix incorrect rendering in rare circumstances when scrolling after changing the context size (:iss:`4831`)