aboutsummaryrefslogtreecommitdiffstats
path: root/src/keydis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keydis.c')
-rw-r--r--src/keydis.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/keydis.c b/src/keydis.c
index 27140ec..3aed96e 100644
--- a/src/keydis.c
+++ b/src/keydis.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.7 2008/02/28 16:37:16 james
+ * *** empty log message ***
+ *
* Revision 1.6 2008/02/28 12:12:25 james
* *** empty log message ***
*
@@ -127,6 +130,7 @@ CRT_Pos p={w,h};
KeyDis_IPC *t = (KeyDis_IPC *) _t;
+ vt102_resize(c,p);
ipc_msg_send_setsize (t->s,p);
return 0;
@@ -138,6 +142,7 @@ keydis_ipc_reset (KeyDis * _t, Context * c)
{
KeyDis_IPC *t = (KeyDis_IPC *) _t;
+ vt102_reset(c);
ipc_msg_send_reset (t->s);
return 0;