summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/os_input_output.rs
AgeCommit message (Expand)Author
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-10docs: fix typos (#1481)Kian-Meng Ang
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-05-20feat(actions): dump the terminal screen into a file (#1375)Cosmin Popescu
2022-04-15fix(pty): send SIGHUP instead of SIGTERM when closing a pane (#1320)raphCode
2022-01-13feat: change dependency for `process_cwd` (#1001)Jae-Heon Ji
2022-01-09fix: add condition for existence of `current_dir` (#995)Jae-Heon Ji
2021-11-03chore(warnings): remove unused imports (#833)a-kenji
2021-11-01fix(unix): forkpty => openpty (#830)Aram Drevekenin
2021-10-31fix(warning): Fix an unused import warning of std::fs on macos (#820)Ken Matsui
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-10feat(cwd-pane): Keeping the cwd when opening new panes (#691)spacemaison
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-16fix(child-process): unexpected pane closing issue with nushell (#648)Tw
2021-07-05fix(os): attempt to stop children with SIGTERM before SIGKILL (#601)Aram Drevekenin
2021-06-30Modularize spawn_terminal_functiona-kenji
2021-05-29Fix cargo fmt diff.Thomas Zander
2021-05-29Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch.Thomas Zander
2021-05-25Merge pull request #531 from zellij-org/detach-sessionsKunal Mohan
2021-05-25CHange keybind for Session mode and add comments for clarityKunal Mohan
2021-05-24fix(pty): use async io to avoid polling (#523)kxt
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan
2021-05-19Merge pull request #522 from zellij-org/re-export-dependenciesKunal Mohan
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-18refactor(IO): random fixes (#521)kxt
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan