siggy 1.7.1

Terminal-based Signal messenger client with vim keybindings
Documentation
1
2
3
4
5
6
7
8
/// State for the message action menu overlay.
#[derive(Default)]
pub struct ActionMenuState {
    /// Action menu overlay visible
    pub show: bool,
    /// Cursor position in action menu
    pub index: usize,
}