mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-21 23:58:31 +00:00
Fixes a redraw issue in #144.
This commit is contained in:
parent
01cedaf568
commit
8de574422f
@ -59,7 +59,7 @@ int phonebook_keypress(char ch){
|
|||||||
pbptr=pb_nextline(pbptr);
|
pbptr=pb_nextline(pbptr);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return 0; //no need to redraw
|
return 1; //redraw
|
||||||
}
|
}
|
||||||
return 1; //redraw
|
return 1; //redraw
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user