pacsea 0.8.2

A fast, friendly TUI for browsing and installing Arch and AUR packages with built-in news and security scanning
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Preflight modal event handling.

pub mod display;
pub mod keys;
mod modal;

#[cfg(test)]
mod tests;

pub use display::{build_file_display_items, compute_file_display_items_len};
pub use keys::handle_preflight_key;
pub use keys::start_execution;