aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs
index 206ed21..1033f5c 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -108,7 +108,7 @@ impl Input {
self.real_read_key(true, false)
}
- pub fn read_keys_utf8(&mut self) -> std::io::Result<Option<Key>> {
+ pub fn read_keys_string(&mut self) -> std::io::Result<Option<Key>> {
self.real_read_key(true, true)
}