Browse Source

Remove redundant attroff

master
cancel 6 years ago
parent
commit
0652c46879
  1. 1
      main.c

1
main.c

@ -15,7 +15,6 @@ int main() {
printw(" %c\n", ch);
attroff(A_BOLD);
printw("Press any key to exit");
attroff(A_BOLD);
refresh();
getch();
endwin();

Loading…
Cancel
Save