mirror of
https://gitlab.com/comunic/comunicterm
synced 2024-12-26 05:28:54 +00:00
Change a little thing
This commit is contained in:
parent
498836eefc
commit
1cbd35e0b8
@ -91,7 +91,7 @@ void LoginScreen::getCredentials(string &email, string &pass)
|
|||||||
mvprintw(startX+6, startY, "Login");
|
mvprintw(startX+6, startY, "Login");
|
||||||
wattroff(stdscr, A_REVERSE);
|
wattroff(stdscr, A_REVERSE);
|
||||||
|
|
||||||
if(currPos == SUBMIT) {curs_set(0);} else {curs_set(2);}
|
if(currPos == SUBMIT) {curs_set(0);} else {curs_set(1);}
|
||||||
|
|
||||||
move(currY, currX);
|
move(currY, currX);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user