summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-04 15:43:45 -0400
committerRay Strode <rstrode@redhat.com>2008-06-04 15:43:45 -0400
commit129f3bd68175f82a3fa1d0046e37f99c60a398e1 (patch)
tree6ffd425fa3eb4a2808f7c7a4fc1996ff9afa92c8 /src
parent7db467501eb41c5a3894001913ee9e759a11cbf5 (diff)
Use vt7 by default
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6b8f77c..9b0d1cf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -448,7 +448,7 @@ main (int argc,
return EX_UNAVAILABLE;
}
- state.window = create_window (&state, 1);
+ state.window = create_window (&state, 7);
ply_trace ("entering event loop");
exit_code = ply_event_loop_run (state.loop);