module ui
pub fn init(cfg Config) &Context {
panic("term.input: error: Windows support isn't implemented yet")
return &Context{}
}
pub fn (mut ctx Context) run() {