X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=terminal.h;h=4f6b6e72297dbb43167068111b97894fd6bb78e7;hb=4756c15fc9556e2f29bdc65594ea15892f9b5d35;hp=792f89b4451ae6231b0ed7b02c03c73a48882844;hpb=72ff5711481bc349f3eafe2347e4ca154048ab63;p=PuTTY.git diff --git a/terminal.h b/terminal.h index 792f89b4..4f6b6e72 100644 --- a/terminal.h +++ b/terminal.h @@ -94,6 +94,7 @@ struct terminal_tag { long last_tblink; int xterm_mouse; /* send mouse messages to app */ + int mouse_is_down; /* used while tracking mouse buttons */ unsigned long cset_attr[2]; @@ -160,6 +161,12 @@ struct terminal_tag { void (*resize_fn)(void *, int, int); void *resize_ctx; + + void *ldisc; + + void *frontend; + + void *logctx; }; #define in_utf(term) ((term)->utf || line_codepage==CP_UTF8)