diff options
| author | lukeflo | 2024-12-15 13:21:42 +0100 |
|---|---|---|
| committer | lukeflo | 2024-12-23 21:03:19 +0100 |
| commit | a6fca1fcf164142d84d09242b9d95a1da0b2d2d9 (patch) | |
| tree | 08cae1f39342d5d81bb2d51554a62676899ef70e /src/tui/popup.rs | |
| parent | b892bc9a66e65cb73901d719c83768face67941d (diff) | |
| download | bibiman-a6fca1fcf164142d84d09242b9d95a1da0b2d2d9.tar.gz bibiman-a6fca1fcf164142d84d09242b9d95a1da0b2d2d9.zip | |
use input struct, place cursor at pos
Diffstat (limited to 'src/tui/popup.rs')
| -rw-r--r-- | src/tui/popup.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tui/popup.rs b/src/tui/popup.rs index 9b91801..afe0cfc 100644 --- a/src/tui/popup.rs +++ b/src/tui/popup.rs @@ -40,8 +40,8 @@ pub struct PopupArea { pub popup_scroll_pos: u16, pub popup_list: Vec<String>, pub popup_state: ListState, - pub add_entry_input: String, - pub add_entry_cursor_position: usize, + // pub add_entry_input: String, + // pub add_entry_cursor_position: usize, } impl PopupArea { |
