term39 0.14.6

A modern, retro-styled terminal multiplexer with a classic MS-DOS aesthetic
1
2
3
4
5
fn main() {
    // GPM support is now handled via dlopen at runtime
    // No build-time linking required - works for both native and cross-compilation
    println!("cargo:rerun-if-changed=build.rs");
}