麻雀のルールの設定画面を作りました 10日ほどかかりました use crossterm::{ cursor::{MoveTo, Show, Hide}, event::{self, Event, KeyCode, KeyEventKind, KeyModifiers}, execute, queue, style::{Color, Print, SetBackgroundColor, ResetColor}, terminal::{Clear, ClearType, disable_raw_mode, enable_raw_mode, EnterAlternateScreen, LeaveAl…