From 4e8bad7acc04c750e18c1b7b040a11a5a4d72c74 Mon Sep 17 00:00:00 2001 From: cy384 Date: Sat, 19 Sep 2020 16:41:47 -0400 Subject: [PATCH] don't advertise color support in the terminal type --- ssheven-constants.r | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ssheven-constants.r b/ssheven-constants.r index 3b290ee..d56fa98 100644 --- a/ssheven-constants.r +++ b/ssheven-constants.r @@ -22,9 +22,12 @@ /* size in bytes for recv and send thread buffers */ #define SSHEVEN_BUFFER_SIZE 4096 -/* terminal type to send over ssh, determines features etc. - * "vanilla" supports basically nothing, "vt100" basics, "xterm" everything */ -#define SSHEVEN_TERMINAL_TYPE "xterm" +/* terminal type to send over ssh, determines features etc. some good options: + * "vanilla" supports basically nothing + * "vt100" just the basics + * "xterm" everything + * "xterm-mono" everything but color */ +#define SSHEVEN_TERMINAL_TYPE "xterm-mono" /* dialog for getting connection info */ #define DLOG_CONNECT 128