summaryrefslogtreecommitdiffstats
path: root/zellij-client/src
AgeCommit message (Expand)Author
2022-05-24Fix double panic lockup in clients panic handler (#1433)raphCode
2022-05-16fix(input): ANSI code sent to terminal on startup and resizeThomas Linford
2022-04-30fix(mouse): improve mouse event reporting (#1329)Thomas Linford
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-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-16hotfix: do not send bracketed paste to panes where it is not onAram Drevekenin
2022-03-13feat: improve error reporting system (#1038)Jae-Heon Ji
2022-03-09fix(compatibility): home and end in cursor keys mode (#1190)Thomas Linford
2022-03-01add: set `env` var's from config and layout (#1154)a-kenji
2022-02-25fix(input): handle discontiguous STDIN input (#1119)Aram Drevekenin
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2021-12-28fix(mouse): prevent unhandled mouse events escape to terminal (#976)Thomas Linford
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-12-05fix(perf): throttle resizes on sigwinch (#895)Thomas Linford
2021-12-02fix(compatibility): do not duplicate bracketed paste in chunked stdin input (...Aram Drevekenin
2021-11-30Prevent a zellij session from attaching to itself. (#911)Kunal Mohan
2021-11-11fix(options): handling and overwriting cli opts (#859)a-kenji
2021-11-10fix(input): properly query bracketed paste mode in terminals (#858)Aram Drevekenin
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui
2021-11-02feat(ui): add right-click support to pluginsTw
2021-10-29fix(compatibility): home and end key fix (#815)Aram Drevekenin
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin
2021-10-26Feature: Rotate Pane locations (#802)Kunal Mohan
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-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-13Add `options` subcommand to `attach` (#718)a-kenji
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-26Split tab-layout into `template` & `tabs` sectiona-kenji
2021-08-24Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-t...Aram Drevekenin
2021-08-23Merge pull request #622 from sagittarius-a/feature/go-to-last-taba-kenji
2021-08-21Add `template` section in `layout` filea-kenji
2021-08-20fix(compatibility): properly paste multilines (#653)Aram Drevekenin
2021-08-03fix: rename action to ToggleTabSagittarius-a
2021-08-03feat(tab): add keybind to go to last tab visitedSagittarius-a
2021-07-23Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-23Add `tabs` to `layouts`a-kenji
2021-07-20Merge branch 'main' into unified-loggingqepasa
2021-07-17Minor fixesPaweł Palenica
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-09Add on_force_close config optionKunal Mohan
2021-07-06Remove test feature and hacksKunal Mohan
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford