more scripting
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
//! available. The detected [`TerminalCaps`] are intended to be handed to scripts
|
||||
//! so they can pick key bindings that actually work on this terminal.
|
||||
|
||||
use color::Rgba8;
|
||||
use kiln_core::log::LogLine;
|
||||
use ratatui::crossterm::event::{
|
||||
KeyboardEnhancementFlags, PopKeyboardEnhancementFlags, PushKeyboardEnhancementFlags,
|
||||
};
|
||||
use color::Rgba8;
|
||||
use kiln_core::log::LogLine;
|
||||
use ratatui::crossterm::execute;
|
||||
use ratatui::crossterm::terminal::supports_keyboard_enhancement;
|
||||
use std::io;
|
||||
|
||||
Reference in New Issue
Block a user