aboutsummaryrefslogtreecommitdiffstats
path: root/domain.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-09-06 08:52:41 +0200
committerGerd Hoffmann <kraxel@redhat.com>2013-09-06 08:52:41 +0200
commit4608e15fac274cefecf645b3a1d8939b9ae4f70c (patch)
tree89b54e972b431da9240b84c031b775bcb4d308d3 /domain.c
parentaeaa3842544ea10a0b74307370175b87770fa283 (diff)
downloadvconsole-4608e15fac274cefecf645b3a1d8939b9ae4f70c.tar.gz
minor tweaks
Diffstat (limited to 'domain.c')
-rw-r--r--domain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/domain.c b/domain.c
index dd2b39c..4ca2486 100644
--- a/domain.c
+++ b/domain.c
@@ -642,6 +642,7 @@ void domain_activate(struct vconsole_domain *dom)
g_signal_connect(dom->vte, "commit",
G_CALLBACK(domain_user_input), dom);
vte_terminal_set_scrollback_lines(VTE_TERMINAL(dom->vte), 9999);
+ vte_terminal_set_size(VTE_TERMINAL(dom->vte), 80, 24);
dom->status = gtk_label_new("-");
gtk_misc_set_alignment(GTK_MISC(dom->status), 0, 0.5);