diff options
| author | tslil clingman <> | 2020-01-11 23:36:41 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2020-01-11 23:36:41 -0500 |
| commit | 5ae986b316b0be692e79203f79a00a8afdd71a77 (patch) | |
| tree | e4d97555f4bf12d6c05b4c1c8063413445046ee6 /src/main.rs | |
| parent | 258e083264971acd3ef7ace721083972954f45e1 (diff) | |
Notes about action checking and generation
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
