vize_fresco 0.164.0

Fresco - Vue TUI framework (Terminal User Interface)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Input Method Editor (IME) support for CJK input.
//!
//! This module provides IME handling for Japanese, Chinese, and Korean input.

mod candidate;
pub mod platform;
mod preedit;
mod state;

pub use candidate::{Candidate, CandidateList};
pub use preedit::{Preedit, PreeditSegment, SegmentStyle};
pub use state::{ImeEvent, ImeMode, ImeState};