vtcode-tui 0.98.7

Reusable TUI primitives and session API for VT Code-style terminal interfaces
1
2
3
4
5
6
7
use super::*;

impl Session {
    pub fn default_style(&self) -> InlineTextStyle {
        self.styles.default_inline_style()
    }
}