Use vt7 by default

This commit is contained in:
Ray Strode 2008-06-04 15:43:45 -04:00
parent 7db467501e
commit 129f3bd681

View file

@ -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);