From 5ae986b316b0be692e79203f79a00a8afdd71a77 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sat, 11 Jan 2020 23:36:41 -0500 Subject: Notes about action checking and generation --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 039ea9f..5794458 100644 --- a/src/main.rs +++ b/src/main.rs @@ -118,7 +118,7 @@ struct MoveEntry { impl MoveEntry { fn init(&self) { - self.win.attrset(COLOR_PAIR(3) | A_BOLD); // ???? + self.win.attrset(COLOR_PAIR(3) | A_BOLD); // ???? how self.win.mvaddstr(0, 0, "Enter move: ashtsaht"); // self.win.mvchgat(0,12,10,A_NORMAL,COLOR_PAIR(1)); self.win.refresh(); -- cgit v1.3.1