mirror of
https://gitlab.com/comunic/comunicterm
synced 2025-06-19 16:45:17 +00:00
Change a little thing
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user