mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Use the repeat escape code for progress bar rendering
This commit is contained in:
@@ -582,7 +582,7 @@ class Send(Handler):
|
||||
af = self.manager.active_file
|
||||
now = monotonic()
|
||||
if af is None:
|
||||
self.write('─' * self.screen_size.width)
|
||||
self.cmd.repeat('─', self.screen_size.width)
|
||||
else:
|
||||
self.draw_progress_for_current_file(af, spinner_char=sc)
|
||||
self.print()
|
||||
|
||||
Reference in New Issue
Block a user