summaryrefslogtreecommitdiffstats
path: root/zellij-server
AgeCommit message (Expand)Author
2021-06-04style(comments): remove leftoversAram Drevekenin
2021-06-04chore(release): bump development versionBrooks J Rady
2021-06-03feat(ui): laying the groundwork for a new resize algorithmBrooks Rady
2021-06-03feat(ui): added feature for an experimental resizeBrooks J Rady
2021-06-03fix(performance): output buffer (#567)Aram Drevekenin
2021-06-03Fixed a build warning and renamed a struct fieldBrooks J Rady
2021-06-01Merge branch 'main' into resize-overhaulBrooks J Rady
2021-06-01Omit '(unnamed)' from tab nameAdaShoelace
2021-05-31Initial names outside return structAdaShoelace
2021-05-31Set tab name on creation instead of on renderAdaShoelace
2021-05-30Merge branch 'main' of https://github.com/zellij-org/zellij into theme-configa-kenji
2021-05-30Add color theme configa-kenji
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
2021-05-29Add default_mode to attacha-kenji
2021-05-29Merge pull request #513 from a-kenji/default-mode-368a-kenji
2021-05-29Fix cargo fmt diff.Thomas Zander
2021-05-29Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch.Thomas Zander
2021-05-29Make session-name option in attach commandKunal Mohan
2021-05-28fix(compatibility): do not crash when padding before wide char (#540)Aram Drevekenin
2021-05-27fix: use bounded queue between pty and screenKOVACS Tamas
2021-05-27refactors for #525 (#534)kxt
2021-05-27Merge branch 'main' of https://github.com/zellij-org/zellij into default-mode...a-kenji
2021-05-27chore(version): bump development versionAram Drevekenin
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-25remove shortened_text mode from status-barKunal Mohan
2021-05-25CHange keybind for Session mode and add comments for clarityKunal Mohan
2021-05-24fix(pty): use async io to avoid polling (#523)kxt
2021-05-22join router threads on exitKunal Mohan
2021-05-22fix regression and testsKunal Mohan
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Use Action enum for Quit and detach instead of separate messages under Client...Kunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan
2021-05-19Merge pull request #522 from zellij-org/re-export-dependenciesKunal Mohan
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-18refactor(IO): random fixes (#521)kxt
2021-05-18Merge branch 'main' of https://github.com/zellij-org/zellij into layout-path-506a-kenji
2021-05-17Osc implementation (#517)Aram Drevekenin
2021-05-17hotfix(server): Maintain working directory while daemonizationKunal Mohan
2021-05-16fmt and clippyKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan