aboutsummaryrefslogtreecommitdiff
path: root/t/30mouse.c
diff options
context:
space:
mode:
Diffstat (limited to 't/30mouse.c')
-rw-r--r--t/30mouse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/30mouse.c b/t/30mouse.c
index f6cb707..0b069a8 100644
--- a/t/30mouse.c
+++ b/t/30mouse.c
@@ -12,8 +12,7 @@ int main(int argc, char *argv[])
plan_tests(60);
- /* vt100 doesn't have a mouse, we need xterm */
- tk = termkey_new_abstract("xterm", 0);
+ tk = termkey_new_abstract("vt100", 0);
termkey_push_bytes(tk, "\e[M !!", 6);