Ignores a key press that has no editing effect.
(&mut self)
| 252 | |
| 253 | /// Ignores a key press that has no editing effect. |
| 254 | fn do_ignore(&mut self) -> io::Result<DispatchResult> { |
| 255 | Ok(DispatchResult::Continue) |
| 256 | } |
| 257 | |
| 258 | /// Reports an interrupt triggered by the user. |
| 259 | fn do_interrupt(&mut self) -> io::Result<DispatchResult> { |