mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Fix cursor misalignment after displaying detailed traceback
This commit is contained in:
@@ -55,7 +55,7 @@ def real_main(args: List[str]) -> None:
|
||||
tb = data['tb']
|
||||
for ln in tb.splitlines():
|
||||
print('\r\n', ln, sep='', end='')
|
||||
print(flush=True)
|
||||
print(end='\r\n', flush=True)
|
||||
hold_till_enter()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user