Use absolute paths in key! macro

This commit is contained in:
Joscha 2022-08-30 17:25:50 +02:00
parent 5eeabea2de
commit 21245a8274
10 changed files with 26 additions and 36 deletions

View file

@ -1,11 +1,10 @@
use std::io;
use crossterm::event::KeyCode;
use crossterm::style::{ContentStyle, Stylize};
use linkify::{LinkFinder, LinkKind};
use toss::styled::Styled;
use crate::ui::input::{key, InputEvent, KeyBindingsList, KeyEvent};
use crate::ui::input::{key, InputEvent, KeyBindingsList};
use crate::ui::widgets::list::ListState;
use crate::ui::widgets::popup::Popup;
use crate::ui::widgets::text::Text;