term39 1.5.1

A modern, retro-styled terminal multiplexer with a classic MS-DOS aesthetic
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(any(
    target_os = "linux",
    target_os = "freebsd",
    target_os = "netbsd",
    target_os = "openbsd"
))]
pub mod gpm_control;
pub mod keybinding_profile;
pub mod keyboard_handlers;
pub mod keyboard_mode;
pub mod mouse;
pub mod mouse_handlers;