par-term 0.39.0

Cross-platform GPU-accelerated terminal emulator with inline graphics support (Sixel, iTerm2, Kitty)
Documentation
1
2
3
4
5
6
7
8
//! Integration tests for configuration.
//!
//! Covers: general settings, window management, environment variable
//! substitution, allowlists, and startup directory resolution.

mod config_env_tests;
mod config_general_tests;
mod config_window_tests;