aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-04 21:41:56 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-04 21:41:56 -0500
commitfe705e95db0fda3dc5b753cac8bda94b21f2a5e0 (patch)
tree2cab6ba5347c58d9950db511abc4a6924191d378 /src
parent15e6746d79b0dcef88acff1b6a9d7d50a1aad799 (diff)
downloadrust-term-fe705e95db0fda3dc5b753cac8bda94b21f2a5e0.tar.gz
rust-term-fe705e95db0fda3dc5b753cac8bda94b21f2a5e0.zip
oops, wrong keypad mode here
Diffstat (limited to 'src')
-rw-r--r--src/hexes.rs2
1 files changed, 1 insertions, 1 deletions
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());