X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=apps%2Fmainloop.c;h=146ebdd5a7f8229ea0b69836abc2f0f644e73bfd;hb=76292c6be7fcbabad9ab8687eb01f3af51568a9b;hp=3f1c28dbfec8e1c3897776105b419c52bdd06504;hpb=8c545e672c902b0a6f1b0b525a6d568b2426b4ad;p=sympathy.git diff --git a/apps/mainloop.c b/apps/mainloop.c index 3f1c28d..146ebdd 100644 --- a/apps/mainloop.c +++ b/apps/mainloop.c @@ -11,6 +11,15 @@ static char rcsid[] = /* * $Log$ + * Revision 1.16 2008/02/27 09:42:21 james + * *** empty log message *** + * + * Revision 1.15 2008/02/27 01:31:38 james + * *** empty log message *** + * + * Revision 1.14 2008/02/27 01:31:14 james + * *** empty log message *** + * * Revision 1.13 2008/02/26 23:56:12 james * *** empty log message *** * @@ -391,7 +400,7 @@ msg_from_server (ANSI * a, IPC_Msg * m, Context * c) void mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, - ANSI * ansi, Log * log, int nhistory) + ANSI * ansi, Log * log, int nhistory, CRT_Pos *size ) { fd_set rfds, wfds; Context c = { 0 }; @@ -402,7 +411,7 @@ mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, c.tp = tty_parser_new (); c.u = utf8_new (); - c.v = vt102_new (); + c.v = vt102_new (size); c.h = history_new (nhistory); c.l = log; /* are we being fed by a tty or a socket */