mirror of
https://gitlab.com/comunic/comunicterm
synced 2024-11-16 10:31:06 +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");
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user