aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tmux.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tmux.rs')
-rw-r--r--examples/tmux.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tmux.rs b/examples/tmux.rs
index 490a22b..d5969e3 100644
--- a/examples/tmux.rs
+++ b/examples/tmux.rs
@@ -303,7 +303,7 @@ struct Tmux {
impl Tmux {
async fn new() -> Self {
- let (input, _raw) = textmode::Input::new();
+ let (input, _raw) = textmode::Input::new().unwrap();
let (tm, _screen) = textmode::Output::new().await.unwrap();
let state = State::new();
Self {