mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-21 06:45:34 -06:00
terminal mode/string application
This commit is contained in:
parent
ee0c4dcf87
commit
b998c8971c
4 changed files with 187 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue