mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
...
This commit is contained in:
parent
9a1b85081e
commit
aaf94b61ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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('@'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue