aboutsummaryrefslogtreecommitdiff
path: root/src/bibiman.rs
diff options
context:
space:
mode:
authorlukeflo2024-10-24 18:04:47 +0200
committerlukeflo2024-10-24 18:04:47 +0200
commit9de21c23fac3833fba2dab9adeb0cfe04cf44c53 (patch)
treedec013eca86878980d17b98b33063e03331b6ab9 /src/bibiman.rs
parentc01722b7b517ea5fbee942276ca9f6442cae068b (diff)
downloadbibiman-9de21c23fac3833fba2dab9adeb0cfe04cf44c53.tar.gz
bibiman-9de21c23fac3833fba2dab9adeb0cfe04cf44c53.zip
rewrote ui.rs
Diffstat (limited to 'src/bibiman.rs')
-rw-r--r--src/bibiman.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bibiman.rs b/src/bibiman.rs
index 988bac8..5d8dbf2 100644
--- a/src/bibiman.rs
+++ b/src/bibiman.rs
@@ -15,10 +15,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
/////
-use crate::app::App;
use crate::bibiman::{bibisetup::*, search::BibiSearch};
use crate::cliargs::CLIArgs;
-use crate::tui::commandnew::CmdAction;
use crate::{bibiman::entries::EntryTable, bibiman::keywords::TagList};
use arboard::Clipboard;
use color_eyre::eyre::{Ok, Result};
@@ -36,8 +34,6 @@ pub enum CurrentArea {
EntryArea,
TagArea,
SearchArea,
- HelpArea,
- InfoArea,
}
// Check which area was active when popup set active