I'm using this library: https://github.com/jeaye/ncurses-rs. Simplified code: pub struct View { max_x: i32, max_y: i32, messages_window: WINDOW, ...
確定! 回上一頁