macOS: When using Apple's less as the pager for viewing scrollback strip out OSC codes as Apple's less cant parse them

Fixes #4788
This commit is contained in:
Kovid Goyal
2022-03-06 21:52:59 +05:30
parent 795953a341
commit 95c4e26b24
2 changed files with 10 additions and 0 deletions

View File

@@ -75,6 +75,10 @@ command.
Detailed list of changes
-------------------------------------
0.25.0 [future]
- macOS: When using Apple's less as the pager for viewing scrollback strip out OSC codes as Apple's less cant parse them (:iss:`4788`)
0.24.4 [2022-03-03]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~