1
0
mirror of https://gitlab.com/comunic/comunicterm synced 2024-07-03 14:09:16 +00:00

Change a little thing

This commit is contained in:
Pierre HUBERT 2020-01-08 20:37:49 +01:00
parent 498836eefc
commit 1cbd35e0b8

View File

@ -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);