From 80ca25e879c59e4c4e9e79deee3c338eeb62ba4b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 11 Jan 2018 16:03:23 +0530 Subject: [PATCH] ... --- kitty/remote_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/remote_control.py b/kitty/remote_control.py index 734e80ed6..33e86e8d8 100644 --- a/kitty/remote_control.py +++ b/kitty/remote_control.py @@ -361,7 +361,7 @@ all the screen+scrollback and selection means currently selected text. --ansi type=bool-set -By default, only plain text is return. If you specify this flag, the text will +By default, only plain text is returned. If you specify this flag, the text will include the formatting escape codes for colors/bold/italic/etc. Note that when getting the current selection, the result is always plain text.