diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-04-24 15:58:37 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-04-24 15:58:37 +0100 |
commit | a6aa8c433be95d424346dfa99dbf68e54cbf349a (patch) | |
tree | 89ccd4f28d0e0a65776bc9544f4b94eef2ec39ae /t/30mouse.c | |
parent | f33513282a2fb5e55101ef1e0c8d4387d351e42d (diff) | |
download | termo-a6aa8c433be95d424346dfa99dbf68e54cbf349a.tar.gz termo-a6aa8c433be95d424346dfa99dbf68e54cbf349a.tar.xz termo-a6aa8c433be95d424346dfa99dbf68e54cbf349a.zip |
Always load the CSI driver because it contains cross-terminal mouse and CSI u handling
Diffstat (limited to 't/30mouse.c')
-rw-r--r-- | t/30mouse.c | 3 |
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); |