X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=terminal.h;h=2ed9e6ef5e74900e999285f4799063a7fb4c4cee;hb=0249dd0a312f456452de834e3c7b9b94ec80fce4;hp=135ef45a6ce9636f9e3f4d06055905bd952e7dc0;hpb=b961cfaa8dbb41d971fe699a04f4838b8ea64d47;p=PuTTY.git diff --git a/terminal.h b/terminal.h index 135ef45a..2ed9e6ef 100644 --- a/terminal.h +++ b/terminal.h @@ -172,7 +172,7 @@ struct terminal_tag { #define ARGS_MAX 32 /* max # of esc sequence arguments */ #define ARG_DEFAULT 0 /* if an arg isn't specified */ #define def(a,d) ( (a) == ARG_DEFAULT ? (d) : (a) ) - int esc_args[ARGS_MAX]; + unsigned esc_args[ARGS_MAX]; int esc_nargs; int esc_query; #define ANSI(x,y) ((x)+((y)<<8)) @@ -315,6 +315,7 @@ struct terminal_tag { int no_remote_charset; int no_remote_resize; int no_remote_wintitle; + int no_remote_clearscroll; int rawcnp; int rect_select; int remote_qtitle_action;