aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--termo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/termo.h b/termo.h
index ee24d87..f6a82b1 100644
--- a/termo.h
+++ b/termo.h
@@ -164,7 +164,7 @@ struct termo_key
// TERMO_TYPE_MOUSE
// opaque, see termo_interpret_mouse()
- struct { uint16_t x, y, info; } mouse;
+ struct { int16_t x, y, info; } mouse;
} code;
int modifiers;