aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-07 18:08:23 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-07 18:08:23 -0500
commitd6cb4671615dffe4ef0183c8d25875701d0555bd (patch)
treefec6042b47b47aee8ffa9a78335a52cf16277ba2 /src
parent89c267aecb1843d29164e35f9def31beb9f4415b (diff)
downloadtextmode-d6cb4671615dffe4ef0183c8d25875701d0555bd.tar.gz
textmode-d6cb4671615dffe4ef0183c8d25875701d0555bd.zip
more renames
Diffstat (limited to 'src')
-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)
}