shithub: orca

Download patch

ref: 0652c46879f990dd88a1a0e93f7e3c75a041eeeb
parent: cdd8a7bc2363ab0bd1149e732e315f719e561aa4
author: cancel <cancel@cancel.fm>
date: Sat Nov 24 03:57:25 EST 2018

Remove redundant attroff

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