summaryrefslogtreecommitdiffstats
path: root/zellij-client/src/unit
AgeCommit message (Expand)Author
2023-02-17fix(ux): cache stdin queries on startup (remove startup delay) (#2173)Aram Drevekenin
2022-12-08Reimplement resize code (#1990)har7an
2022-10-31feat(mouse): allow toggling mouse mode at runtime (#1883)Thomas Linford
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-05-24Fix double panic lockup in clients panic handler (#1433)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-23chore(deps): move from termion to termwiz for STDIN handling (#1249)Aram Drevekenin
2022-02-25fix(input): handle discontiguous STDIN input (#1119)Aram Drevekenin
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin
2021-09-30hotfix(stdin): poll for mouse hold in the stdin thread (#752)Aram Drevekenin
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-20fix(compatibility): properly paste multilines (#653)Aram Drevekenin
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin