zellij/zellij-server/src
Shunsuke Mie 4aae81faf8
fix(pty): use /bin/sh when SHELL env variable is not found (#1769)
This commit fixes #1722.

In some environment, the SHELL environemnt variable is not exists. It
causes a panic that is reported as #1722. Use generic shell (/bin/sh) to
prevent the panic.

This is a same behavior as tmux.
https://github.com/tmux/tmux/blob/master/spawn.c#L329-L331
2022-11-15 15:22:38 +00:00
..
output errors: Don't unwrap in zellij_server::output (#1878) 2022-10-30 06:02:03 +00:00
panes refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
tab refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
ui feat(command-panes): allow to start suspended (#1887) 2022-11-01 09:07:25 +01:00
unit fix(edit): treat cwd properly (#1904) 2022-11-03 11:06:37 +01:00
lib.rs errors: Remove log::error in server (#1881) 2022-11-08 10:56:23 +00:00
logging_pipe.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
os_input_output.rs errors: Remove log::error in server (#1881) 2022-11-08 10:56:23 +00:00
pty.rs fix(pty): use /bin/sh when SHELL env variable is not found (#1769) 2022-11-15 15:22:38 +00:00
pty_writer.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
route.rs errors: Remove log::error in server (#1881) 2022-11-08 10:56:23 +00:00
screen.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
terminal_bytes.rs Errors: Ignore errors from async when quitting (#1918) 2022-11-12 10:18:15 +00:00
thread_bus.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00
wasm_vm.rs refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00