terminal mode/string application

This commit is contained in:
cy384 2020-10-04 13:41:36 -04:00
parent ee0c4dcf87
commit b998c8971c
4 changed files with 187 additions and 10 deletions

View file

@ -22,15 +22,8 @@
/* size in bytes for recv and send thread buffers */
#define SSHEVEN_BUFFER_SIZE 4096
/*
* 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 except color
* "xterm-16color" classic 16 ANSI colors only
*/
#define SSHEVEN_TERMINAL_TYPE "xterm-16color"
/* default terminal string */
#define SSHEVEN_DEFAULT_TERM_STRING "xterm-16color"
/* name for the preferences file (pascal string) */
#define PREFERENCES_FILENAME "\pssheven Preferences"