summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/ipc.rs
AgeCommit message (Expand)Author
2023-01-22Improve client disconnect handling (#2068)har7an
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-12fix(cli): let the exit message be different when detaching (#1573)Matthias Beyer
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-07Add logging to ipc receiver (#1459)raphCode
2022-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
2022-04-27fix(ipc): empty ipc msg crash (#1351)Aram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-02-28fix: typo in error message (#1151)a-kenji
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-10-31fix(typo): Correct typo from `occured` to `occurred` (#821)Ken Matsui
2021-10-11feat(cli): add `kill-session` command (#745)Jae-Heon Ji
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-26Split tab-layout into `template` & `tabs` sectiona-kenji
2021-08-21Add `template` section in `layout` filea-kenji
2021-07-23Add `tabs` to `layouts`a-kenji
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji
2021-05-29Add default_mode to attacha-kenji
2021-05-22join router threads on exitKunal Mohan
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Use Action enum for Quit and detach instead of separate messages under Client...Kunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan
2021-05-18Merge branch 'main' of https://github.com/zellij-org/zellij into layout-path-506a-kenji
2021-05-17Osc implementation (#517)Aram Drevekenin
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan