mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-10 07:59:24 +02:00
...
This commit is contained in:
@@ -303,7 +303,7 @@ class Boss:
|
||||
return w.text_for_selection()
|
||||
if arg == '@ansi':
|
||||
return w.buffer_as_ansi()
|
||||
elif arg == '@text':
|
||||
if arg == '@text':
|
||||
return w.buffer_as_text()
|
||||
|
||||
if args[0].startswith('@'):
|
||||
|
||||
Reference in New Issue
Block a user