1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

New backend flag for needing a terminal.

This commit is contained in:
Lars Brinkhoff
2020-02-18 15:16:26 +01:00
committed by Simon Tatham
parent e2b0e90c8c
commit ad6987e1b1
3 changed files with 13 additions and 0 deletions

View File

@ -482,6 +482,7 @@ enum {
/* Backend flags */
#define BACKEND_RESIZE_FORBIDDEN 0x01 /* Backend does not allow
resizing terminal */
#define BACKEND_NEEDS_TERMINAL 0x02 /* Backend must have terminal */
struct Backend {
const BackendVtable *vt;