mirror of https://github.com/fairyglade/ly.git
fix hidden cursor after logout (#172)
This commit is contained in:
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…
Reference in New Issue