aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-03 19:30:55 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-03 19:30:55 -0500
commit0524d8d9b7588b1f89306f495ebfcba5a4a79f47 (patch)
treef609c0d22959ca93657261c013e28d2bf1202cda
parent65fa0f561fc6be6423b97d258b25e895e093571d (diff)
downloadrust-term-0524d8d9b7588b1f89306f495ebfcba5a4a79f47.tar.gz
rust-term-0524d8d9b7588b1f89306f495ebfcba5a4a79f47.zip
make this public so rustdoc picks it up
-rw-r--r--src/hexes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexes.rs b/src/hexes.rs
index d7200a6..26079b1 100644
--- a/src/hexes.rs
+++ b/src/hexes.rs
@@ -4,7 +4,7 @@ use trie::Trie;
mod util;
-enum Keypress {
+pub enum Keypress {
KeyCharacter(char),
KeyBackspace,
KeyReturn,