From fe705e95db0fda3dc5b753cac8bda94b21f2a5e0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 4 Apr 2013 21:41:56 -0500 Subject: oops, wrong keypad mode here --- src/hexes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hexes.rs b/src/hexes.rs index f75e74a..b1fed14 100644 --- a/src/hexes.rs +++ b/src/hexes.rs @@ -162,7 +162,7 @@ impl Term { impl Drop for Term { fn finalize (&self) { - print(info::keypad_xmit()); + print(info::keypad_local()); print(info::exit_ca_mode()); print(info::exit_attribute_mode()); print(info::cursor_normal()); -- cgit v1.2.3