From a6aa8c433be95d424346dfa99dbf68e54cbf349a Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Tue, 24 Apr 2012 15:58:37 +0100 Subject: Always load the CSI driver because it contains cross-terminal mouse and CSI u handling --- t/30mouse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't/30mouse.c') 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); -- cgit v1.2.3