aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-29 02:03:56 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-29 02:03:56 -0500
commit5df365588f3628f7519e7c1649aa0bcd459ceafa (patch)
tree7da9a5101876ed99634b28c6e533052a61cc18c6 /src
parent896887e9abb3dd6c704ad5aab99db93f05e1492e (diff)
downloadrust-term-5df365588f3628f7519e7c1649aa0bcd459ceafa.tar.gz
rust-term-5df365588f3628f7519e7c1649aa0bcd459ceafa.zip
oops
Diffstat (limited to 'src')
-rw-r--r--src/term.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.rs b/src/term.rs
index ae21cc0..84f040a 100644
--- a/src/term.rs
+++ b/src/term.rs
@@ -112,7 +112,7 @@ impl Reader {
// really, we need to do an ungetc sort of thing
// with the characters in buf, and then just
// return the first character as a KeyCharacter
- fail!("unknown escape");
+ fail!(~"unknown escape");
}
}
}