summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
AgeCommit message (Expand)Author
2022-10-07zellij-server: improve thread_bus error handling (#1775)Bohdan Ivashko
2022-10-06Server: Remove `panic`s in `tab` module (#1748)har7an
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-27Add docs about error handling (#1745)har7an
2022-09-09Feature: Better error handling/reporting (#1670)har7an
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-07-26Log every panic to the logfile (#1602)raphCode
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-05-20feat(actions): dump the terminal screen into a file (#1375)Cosmin Popescu
2022-05-17fix: ensure pty_writer thread closes (#1422)Thomas Linford
2022-05-16fix(pty): paste freeze with large amounts of text (#1383)Thomas Linford
2022-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-13feat: improve error reporting system (#1038)Jae-Heon Ji
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-15First attempt to provide an overlay prompt (#871)a-kenji
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-05fix(errors): Add colored crate to replace primitive color formatting (#837)Ken Matsui
2021-11-05feature(resize): Non directional resize (#520)Henil Dedania
2021-11-02feat(ui): add right-click support to pluginsTw
2021-10-26Feature: Rotate Pane locations (#802)Kunal Mohan
2021-10-19Feature: Move panes directionally (#762)Kunal Mohan
2021-10-11feat(cli): add `kill-session` command (#745)Jae-Heon Ji
2021-10-07refactor(clients): support multiple clients in tab/screen rendering infra (#770)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-10feat(cwd-pane): Keeping the cwd when opening new panes (#691)spacemaison
2021-08-23Merge pull request #622 from sagittarius-a/feature/go-to-last-taba-kenji
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
2021-08-03fix: rename variable as stated in pull requestSagittarius-a
2021-08-03feat(tab): add keybind to go to last tab visitedSagittarius-a
2021-07-24feat(scroll): Restore scroll position on SIGINTSagittarius-a
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan
2021-05-16fmt and clippyKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan