summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/os_input_output.rs
AgeCommit message (Expand)Author
2024-04-12feat(cli): allow starting a session detached (#3257)Aram Drevekenin
2024-03-25style(fmt): fix warnings (#3223)Aram Drevekenin
2023-11-29fixup: zellij-server: fix compiler warnings (#2873)rmsyn
2023-11-09fix(performance): only refresh relevant prorcess in sysinfo when serializing ...pierce
2023-11-06docs(api): docs for shim.rs (#2909)Aram Drevekenin
2023-10-17feat(panes): Add an option to press <ESC> and drop to shell in command panes ...Aram Drevekenin
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-07-12fix(rendering): occasional glitches while resizing (#2621)Aram Drevekenin
2023-03-31fix(scrollback-editor): properly invoke editor when command includes spaces (...Aram Drevekenin
2023-03-01fix(pty): do not crash when unable to set cwd (#2214)Aram Drevekenin
2023-03-01fix(sixel): report pixel size in winsize change ioctl (#2212)Aram Drevekenin
2023-03-01fix(pty): report no-cwd for empty path returned from sysinfo (#2213)Aram Drevekenin
2023-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
2023-02-18feat(editor): scrollback positioning with Helix (#2156)bheylin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-09cleanups around "buffer full" error (#2136)har7an
2023-01-22Improve client disconnect handling (#2068)har7an
2022-11-18fix(router): handle client buffer overflow (#1955)Aram Drevekenin
2022-11-08errors: Remove `log::error` in server (#1881)har7an
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-20fix(layouts): various bugs and better errors (#1831)Aram Drevekenin
2022-10-18fix(editor): default to vi when no editor is set (#1811)Aram Drevekenin
2022-10-14feat(layouts): global cwd (#1798)Aram Drevekenin
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-07-14fix(editor): handle editor/visual/configured editor with arguments (#1587)Aram Drevekenin
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
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