1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 06:16:45 +02:00

load data before prompt init to fix bug with prompt logging init

This commit is contained in:
Jfreegman
2014-04-12 03:54:43 -04:00
parent 5b3acf3f6b
commit 93d77fdeca
2 changed files with 3 additions and 4 deletions

View File

@ -500,7 +500,6 @@ static void prompt_onInit(ToxWindow *self, Tox *m)
}
execute(ctx->history, self, m, "/help", GLOBAL_COMMAND_MODE);
wmove(ctx->history, y2-1, 2);
}