mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-21 06:45:34 -06:00
initial libvterm integration
This commit is contained in:
parent
c29c1a2935
commit
1351b96ca7
6 changed files with 139 additions and 142 deletions
|
|
@ -23,8 +23,8 @@
|
|||
#define SSHEVEN_BUFFER_SIZE 4096
|
||||
|
||||
/* terminal type to send over ssh, determines features etc.
|
||||
* "vanilla" supports basically nothing, which is good for us here */
|
||||
#define SSHEVEN_TERMINAL_TYPE "vanilla"
|
||||
* "vanilla" supports basically nothing, "vt100" as per the... vt100 */
|
||||
#define SSHEVEN_TERMINAL_TYPE "vt100"
|
||||
|
||||
/* dialog for getting connection info */
|
||||
#define DLOG_CONNECT 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue