Cosmetic: clarify that term->xterm_mouse is not boolean, etc.
[u/mdw/putty] / terminal.h
index 4288d61..aef47a5 100644 (file)
@@ -151,7 +151,7 @@ struct terminal_tag {
     int seen_disp_event;
     int big_cursor;
 
-    int xterm_mouse;                  /* send mouse messages to app */
+    int xterm_mouse;                  /* send mouse messages to host */
     int mouse_is_down;                /* used while tracking mouse buttons */
 
     int cset_attr[2];