1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 20:46:45 +02:00

Merge pull request #281 from JFreegman/master

cursor done better, fixed for chat windows
This commit is contained in:
irungentoo
2013-08-03 05:14:44 -07:00
4 changed files with 5 additions and 23 deletions

View File

@ -288,6 +288,7 @@ static void prompt_onKey(ToxWindow* self, int key) {
}
static void prompt_onDraw(ToxWindow* self) {
curs_set(1);
int x, y;
getyx(self->window, y, x);