degesch: set the server buffer as default

This commit is contained in:
Přemysl Eric Janouch 2015-04-26 18:59:58 +02:00
parent b7d6933be6
commit e734190979
1 changed files with 1 additions and 1 deletions

View File

@ -4057,7 +4057,7 @@ main (int argc, char *argv[])
init_colors (&ctx);
init_poller_events (&ctx);
init_buffers (&ctx);
ctx.current_buffer = ctx.global_buffer;
ctx.current_buffer = ctx.server_buffer;
refresh_prompt (&ctx);
// TODO: connect asynchronously (first step towards multiple servers)