par-term 0.37.1

Cross-platform GPU-accelerated terminal emulator with inline graphics support (Sixel, iTerm2, Kitty)
1
2
3
4
5
6
7
8
9
10
//! Integration tests for tab bar UI and tab management.
//!
//! Covers: context menu lifecycle, tab interactions and drag state,
//! rendering and visibility, custom tab colors, and tab stability.

mod tab_bar_context_menu_tests;
mod tab_bar_interaction_tests;
mod tab_bar_rendering_tests;
mod tab_color_tests;
mod tab_stability_tests;