mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Move the SSH implementation into its own subdirectory.
This clears up another large pile of clutter at the top level, and in the process, allows me to rename source files to things that don't all have that annoying 'ssh' prefix at the top.
This commit is contained in:
2
ssh.h
2
ssh.h
@ -1612,7 +1612,7 @@ enum {
|
||||
/* TTY modes with opcodes defined consistently in the SSH specs. */
|
||||
#define TTYMODE_CHAR(name, val, index) SSH_TTYMODE_##name = val,
|
||||
#define TTYMODE_FLAG(name, val, field, mask) SSH_TTYMODE_##name = val,
|
||||
#include "sshttymodes.h"
|
||||
#include "ssh/ttymode-list.h"
|
||||
#undef TTYMODE_CHAR
|
||||
#undef TTYMODE_FLAG
|
||||
|
||||
|
Reference in New Issue
Block a user