don't advertise color support in the terminal type

This commit is contained in:
cy384 2020-09-19 16:41:47 -04:00
parent 3cb3180edd
commit 4e8bad7acc
1 changed files with 6 additions and 3 deletions

View File

@ -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