vize_fresco 0.64.0

Fresco - Vue TUI framework (Terminal User Interface)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Windows-specific IME handling.
//!
//! On Windows, console apps can use:
//! - IMM32 (Input Method Manager)
//! - TSF (Text Services Framework)
//!
//! Windows Terminal has better IME support than legacy cmd.exe.

// TODO: Implement Windows-specific IME features
// - ImmGetContext / ImmReleaseContext
// - ImmSetCompositionWindow for positioning
// - ImmGetCompositionString for preedit