summaryrefslogtreecommitdiffstats
path: root/zellij-server
AgeCommit message (Expand)Author
2021-11-26feat: provide the zellij version to plugins (#894)Jae-Heon Ji
2021-11-25This adds a UI for multiple users in panes (behind a feature flag) (#897)Aram Drevekenin
2021-11-22feat(compatibility): add support for osc 8 escape code (#822)Thomas Linford
2021-11-22fix(performance): keep track of scrollback buffer size (#881)Thomas Linford
2021-11-17add(overlay): add overlay (#875)a-kenji
2021-11-15First attempt to provide an overlay prompt (#871)a-kenji
2021-11-15Simplify terminal character style diff (#839)Thomas Linford
2021-11-13refactor(tab): close_pane returns closed pane (#853)Thomas Linford
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
2021-11-11fix(compatibility): CSI cursor next line fix (#863)Thomas Linford
2021-11-11fix(options): handling and overwriting cli opts (#859)a-kenji
2021-11-10chore(version): bump development versionAram Drevekenin
2021-11-10chore(release): v0.20.1v0.20.1Aram 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-08chore(version): bump development versionAram Drevekenin
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-05feature(resize): Non directional resize (#520)Henil Dedania
2021-11-04fix(resize): do not ignore minimums when doing directional resizes (#838)Aram Drevekenin
2021-11-03fix(cwd): open pane in cwd even if default shell is explicit (#834)Aram Drevekenin
2021-11-03chore(warnings): remove unused imports (#833)a-kenji
2021-11-02feat(ui): add right-click support to pluginsTw
2021-11-01fix(unix): forkpty => openpty (#830)Aram Drevekenin
2021-11-01add: `WriteChars` action (#825)a-kenji
2021-10-31fix(warning): Fix an unused import warning of std::fs on macos (#820)Ken Matsui
2021-10-29fix(performance): do not hang when resizing large line wraps (#814)Aram Drevekenin
2021-10-26fix(perf): plugins are only compiled onceBrooks Rady
2021-10-26fix(compatibility): improve handling of wide characters inserted in the middl...Aram Drevekenin
2021-10-26Feature: Rotate Pane locations (#802)Kunal Mohan
2021-10-25fix(performance): immediately render after a period of inactivity (#798)Alexandre Courbot
2021-10-22chore(rust): move to 2021 editionBrooks J Rady
2021-10-20chore(version): bump development versionAram Drevekenin
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-19Feature: Move panes directionally (#762)Kunal Mohan
2021-10-18logging: remove unused log functions, change log file const to new file (#779)Thomas Linford
2021-10-12fix(plugin): clean up the mouse PR a littleBrooks J Rady
2021-10-12feat(plugin): Add mouse events for plugins (#629)qepasa
2021-10-12Preserve current umask (#777)Thomas Linford
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-10-07make sure tabs are updated when closing panes (#757)Thomas Linford
2021-10-01Fix(scroll): Prevent scroll buffer overwrite (#655)Kunal Mohan
2021-09-30chore(version): bump development versionAram Drevekenin
2021-09-30chore(version): bump development versionAram Drevekenin
2021-09-29chore(version): bump development versionAram 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(ui): The status bar indicates that the panes are full screen and how man...Kaito Akita
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison