mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
Fix #9650
This commit is contained in:
parent
01a70e06c4
commit
2c395a1ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -1251,7 +1251,7 @@ class Window:
|
|||
try:
|
||||
parts = tuple(map(int, raw_data.split(';')))[1:]
|
||||
except Exception:
|
||||
log_error(f'Ignoring malmormed OSC 9;4 progress report: {raw_data!r}')
|
||||
log_error(f'Ignoring malformed OSC 9;4 progress report: {raw_data!r}')
|
||||
return
|
||||
self.progress.update(*parts[:2])
|
||||
if (tab := self.tabref()) is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue