summaryrefslogtreecommitdiffstats
path: root/src/command
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-10-07 18:38:07 +0200
committerCanop <cano.petrole@gmail.com>2020-10-07 18:38:07 +0200
commit4b6a90a86d62902bb2795b5b721635fdaa87faa5 (patch)
treed01a6d18389f42e02aebb8458c8a0ef5e682489f /src/command
parent53e07a4ebb94ae613b552af1d6e3d0ff7ee5cdff (diff)
change the syntax of `cols_order` in conf
Diffstat (limited to 'src/command')
-rw-r--r--src/command/panel_input.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/panel_input.rs b/src/command/panel_input.rs
index f8e3af0..c8081a7 100644
--- a/src/command/panel_input.rs
+++ b/src/command/panel_input.rs
@@ -57,6 +57,7 @@ impl PanelInput {
/// consume the event to
/// - maybe change the input
/// - build a command
+ /// then redraw the input field
pub fn on_event(
&mut self,
w: &mut W,