degesch: set the server buffer as default
This commit is contained in:
parent
b7d6933be6
commit
e734190979
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue