fix hidden cursor after logout (#172)

pull/222/head
mozartilize 4 years ago committed by GitHub
parent faff4d21f0
commit ccf7911e9f

@ -264,6 +264,7 @@ int main(int argc, char** argv)
}
load(&desktop, &login);
system("tput cnorm");
break;
default:
(*input_handles[active_input])(

Loading…
Cancel
Save