From 10327d770eb19764d1e272d2f32a4f0e3edd9062 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Fri, 27 Mar 2026 03:42:32 -0700 Subject: add a loop that reads a character of user input (right now it exits after the first time, doing nothing) Force-Push: yes Change-Id: I89f8d3d298e6a42e373e536121e6b434e30ef66f --- src/types.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.rs') diff --git a/src/types.rs b/src/types.rs index ef45492..1f74216 100644 --- a/src/types.rs +++ b/src/types.rs @@ -1,4 +1,5 @@ #![forbid(unsafe_code)] +pub use crate::encoding::UTF8ByteType; pub use crate::terminal::Terminal; pub type Error = std::io::Error; -- cgit 1.4.1