aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-17 10:56:37 +0000
committerFuwn <[email protected]>2022-07-17 10:56:37 +0000
commite20cedb11300eb45ef051e80d064ea937df73722 (patch)
treecfadd08234439ef4acab0604737cac4cf973ea0c /src/input.rs
parentfeat(app.rs): auto obtain terminal width (diff)
downloadsydney-e20cedb11300eb45ef051e80d064ea937df73722.tar.xz
sydney-e20cedb11300eb45ef051e80d064ea937df73722.zip
feat(input.rs): refresh and validate wrap width
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs
index 76b6b60..1e8e083 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -184,6 +184,8 @@ fn handle_editing_input(
} else {
app.error = None;
app.wrap_at = at;
+
+ app.make_request();
},
}