aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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();