summaryrefslogtreecommitdiffstats
path: root/zellij-client/src/stdin_handler.rs
AgeCommit message (Expand)Author
2023-02-17fix(ux): cache stdin queries on startup (remove startup delay) (#2173)Aram Drevekenin
2022-12-07feat(ux): show loading screen (#1997)Aram Drevekenin
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-06-06fix(mouse): selection sometimes getting stuck (#1418)Thomas Linford
2022-04-30fix(mouse): improve mouse event reporting (#1329)Thomas Linford
2022-03-23chore(deps): move from termion to termwiz for STDIN handling (#1249)Aram Drevekenin
2022-03-16hotfix: do not send bracketed paste to panes where it is not onAram Drevekenin
2022-03-09fix(compatibility): home and end in cursor keys mode (#1190)Thomas Linford
2022-02-25fix(input): handle discontiguous STDIN input (#1119)Aram Drevekenin
2021-12-28fix(mouse): prevent unhandled mouse events escape to terminal (#976)Thomas Linford
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-12-02fix(compatibility): do not duplicate bracketed paste in chunked stdin input (...Aram Drevekenin
2021-11-10fix(input): properly query bracketed paste mode in terminals (#858)Aram Drevekenin
2021-10-29fix(compatibility): home and end key fix (#815)Aram Drevekenin
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin