Skip to content
Permalink
Browse files
Disable cursor
  • Loading branch information
benjibobs committed Feb 24, 2019
1 parent d8a1993 commit da223c8885b7fa31129b75805df6f3adb9e739ea
Showing 1 changed file with 2 additions and 0 deletions.
@@ -41,6 +41,8 @@ int main()
cbreak();
//enables colors
start_color();

curs_set(0); //disable cursor

//check if colors are supported
if(!has_colors())

0 comments on commit da223c8

Please sign in to comment.