summaryrefslogtreecommitdiffstats
path: root/zellij-client/src/os_input_output.rs
AgeCommit message (Expand)Author
2022-11-03fix(cli-actions): do not query termios for the cli client (#1905)Aram Drevekenin
2022-10-31feat(mouse): allow toggling mouse mode at runtime (#1883)Thomas Linford
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
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-07-04fix: fallback to default values when terminal rows/cols are 0 (#1552)Thomas Linford
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-05-24Fix double panic lockup in clients panic handler (#1433)raphCode
2022-04-27fix(ipc): empty ipc msg crash (#1351)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-12-05fix(perf): throttle resizes on sigwinch (#895)Thomas Linford
2021-09-30hotfix(stdin): poll for mouse hold in the stdin thread (#752)Aram Drevekenin
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-05-29Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch.Thomas Zander
2021-05-28style(clippy): minor fixAram Drevekenin
2021-05-28hotfix: remove termbg call so stdin won't get stuckAram Drevekenin
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-17Osc implementation (#517)Aram Drevekenin
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan