Call uiShow at init so that TermFocus gets set
parent
7dab1c01f6
commit
7ea54828a6
1
chat.c
1
chat.c
|
@ -75,7 +75,6 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
inputTab();
|
inputTab();
|
||||||
uiInit();
|
uiInit();
|
||||||
uiDraw();
|
|
||||||
ircInit();
|
ircInit();
|
||||||
eventLoop();
|
eventLoop();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue