Skip to content

Commit

Permalink
Explicitly set background because some terminals are different
Browse files Browse the repository at this point in the history
  • Loading branch information
leapwill committed Nov 14, 2019
1 parent 9168794 commit a565ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/n-colorcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ int main(int argc, char *const *argv)
cbreak();
noecho();
keypad(stdscr, TRUE);
bkgd(COLOR_PAIR(COLOR_BLACK));
// endregion

// region game setup
Expand Down

0 comments on commit a565ec4

Please sign in to comment.