updated the input box title.
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ pub fn run_tui(
|
||||
let input_paragraph = Paragraph::new(state.curent_intput.as_str()).block(
|
||||
Block::default()
|
||||
.borders(Borders::ALL)
|
||||
.title(" Execute Command (Press Enter) "),
|
||||
.title(" What is thy bidding, my master? "),
|
||||
);
|
||||
|
||||
f.render_widget(input_paragraph, main_chunks[1]);
|
||||
|
||||
Reference in New Issue
Block a user