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