mirror of https://github.com/fairyglade/ly.git
fix hidden cursor after logout
This commit is contained in:
parent
aaa34e09da
commit
b2e2743e48
|
|
@ -264,6 +264,7 @@ int main(int argc, char** argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
load(&desktop, &login);
|
load(&desktop, &login);
|
||||||
|
system("tput cnorm");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
(*input_handles[active_input])(
|
(*input_handles[active_input])(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue