state.rs: fix typo

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/299/head
Manos Pitsidianakis 9 months ago
parent 6476985ce6
commit dd4d0b7972
No known key found for this signature in database
GPG Key ID: 7729C7707F7E09D0

@ -518,7 +518,7 @@ impl State {
self.context.restore_input();
}
/// On `SIGWNICH` the `State` redraws itself according to the new terminal
/// On `SIGWINCH` the `State` redraws itself according to the new terminal
/// size.
pub fn update_size(&mut self) {
self.screen.update_size();

Loading…
Cancel
Save