summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-09-30hotfix(stdin): poll for mouse hold in the stdin thread (#752)Aram Drevekenin
2021-09-29fix(e2e): new fullscreen snapshotAram Drevekenin
2021-09-28fix(compatibility): scroll lines into scrollback when clearing screen (#747)Aram Drevekenin
2021-09-28fix(compatibility): handle cursor movements outside scroll region (#746)Aram Drevekenin
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-19 Implement `attach --create` subcommand flag to create session if one does no...GPery
2021-09-13Add `options` subcommand to `attach` (#718)a-kenji
2021-09-12fix automated build errors on setup command (#711)Thomas Linford
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-08-30fix(ui): change resize binding to Ctrl-nBrooks Rady
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-26fixup! adjust fixture layoutsa-kenji
2021-08-24Merge branch 'tab-layout' of https://github.com/a-kenji/zellij into a-kenji-t...Aram Drevekenin
2021-08-19Fix scrolling (#650)Aram Drevekenin
2021-08-13fix(compatibility): support changing index colors with osc (#646)Aram Drevekenin
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-08-01Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-28Simplify deserialization for layouts, configa-kenji
2021-07-23fixup! fix e2e fixturesa-kenji
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-22Add cmd to dump layout to stdouta-kenji
2021-07-17Minor fixesPaweł Palenica
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-08Merge branch 'main' into unified-loggingqepasa
2021-07-04Add `layout-dir` to `setup --check` subcommanda-kenji
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
2021-06-29feat: Add logger to ZellijPaweł Palenica
2021-06-21Add e2e tests (#582)Aram Drevekenin
2021-06-16Change `layout` directory from `data` to `config`a-kenji
2021-06-14Merge branch 'main' of https://github.com/zellij-org/zellij into layout-errora-kenji
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji
2021-06-03Fixed a build warning and renamed a struct fieldBrooks J Rady
2021-05-31Add layout to disable the status-bara-kenji
2021-05-29Add default_mode to attacha-kenji
2021-05-29Make session-name option in attach commandKunal Mohan
2021-05-28fix(tests): Add SLEEP to top_and_quit testKunal Mohan
2021-05-27fix: use bounded queue between pty and screenKOVACS Tamas
2021-05-27refactors for #525 (#534)kxt
2021-05-27hotfix(publish): Move install module and asset_map to main zellij package. pu...Kunal Mohan
2021-05-26fix(compatibility): support wide characters (#535)Aram Drevekenin
2021-05-25Merge pull request #531 from zellij-org/detach-sessionsKunal Mohan
2021-05-25check for residual socket files and clean themKunal Mohan
2021-05-24fix(pty): use async io to avoid polling (#523)kxt
2021-05-22rename list_sessions file to sessionsKunal Mohan
2021-05-22Allow user to specify session nameKunal Mohan
2021-05-22check if session exists before attachingKunal Mohan
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan