summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-18 22:55:09 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-18 22:55:09 -0400
commit06b2d7730d10240b471e859c7988ed219aa4c590 (patch)
treef5dcca189bb2d79c4def09540eec73cdb832c6b8 /src/ui
parentf3081669e488c54ab4fcae2829ea2f58f082c6e7 (diff)
remove cursormovestub and add rudimentary sort command
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/widgets/tui_view.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/widgets/tui_view.rs b/src/ui/widgets/tui_view.rs
index 3cc630d..72ff38c 100644
--- a/src/ui/widgets/tui_view.rs
+++ b/src/ui/widgets/tui_view.rs
@@ -101,8 +101,7 @@ impl<'a> Widget for TuiView<'a> {
height: 1,
};
- let message_style = Style::default()
- .fg(Color::Yellow);
+ let message_style = Style::default().fg(Color::Yellow);
if self.show_bottom_status {
/* draw the bottom status bar */