mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 20:41:49 +03:00
Support kill session inside init command
This commit is contained in:
parent
c1d7f79a52
commit
c63c92cbf7
@ -557,6 +557,8 @@ int run_server(StringView session, StringView init_command,
|
||||
else
|
||||
buffer_manager.create_buffer("*scratch*", Buffer::Flags::None);
|
||||
|
||||
try
|
||||
{
|
||||
if (not daemon)
|
||||
{
|
||||
local_client = client_manager.create_client(
|
||||
@ -577,8 +579,6 @@ int run_server(StringView session, StringView init_command,
|
||||
}
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
while (not terminate and (not client_manager.empty() or daemon))
|
||||
{
|
||||
client_manager.redraw_clients();
|
||||
|
Loading…
Reference in New Issue
Block a user