Kaba package ncurses ed
...
Classes ed
Functions ed
- func static curs_set(mode: i32) -> i32
- func static echo() -> i32
- func static endwin() -> i32
- func static has_colors() -> bool
- func static init()
- func static init_pair(i: i32, a: XColor, b: XColor) -> i32
- func static noecho() -> i32
- func static noraw() -> i32
- func static pair(n: XColor) -> i32
- func static raw() -> i32
- func static start_color() -> i32
- func static use_default_colors() -> i32
Variables ed
- var static stdwin: Window