summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/pty.rs
AgeCommit message (Expand)Author
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-10chore(release): v0.20.1v0.20.1Aram Drevekenin
2021-11-03fix(cwd): open pane in cwd even if default shell is explicit (#834)Aram Drevekenin
2021-11-01fix(unix): forkpty => openpty (#830)Aram Drevekenin
2021-10-25fix(performance): immediately render after a period of inactivity (#798)Alexandre Courbot
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-07refactor(clients): support multiple clients in tab/screen rendering infra (#770)Aram Drevekenin
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-13feat(screen): support specifying tab's name in layout (#715)Tw
2021-09-10feat(cwd-pane): Keeping the cwd when opening new panes (#691)spacemaison
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-26Split tab-layout into `template` & `tabs` sectiona-kenji
2021-08-21Add `template` section in `layout` filea-kenji
2021-07-23Add `tabs` to `layouts`a-kenji
2021-07-09Merge pull request #600 from a-kenji/layout-commanda-kenji
2021-07-09Add commands to layouta-kenji
2021-07-06Remove test feature and hacksKunal Mohan
2021-07-05fix(os): attempt to stop children with SIGTERM before SIGKILL (#601)Aram Drevekenin
2021-07-01Add option to specify default-shella-kenji
2021-06-30Modularize spawn_terminal_functiona-kenji
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji
2021-05-27fix: use bounded queue between pty and screenKOVACS Tamas
2021-05-24fix(pty): use async io to avoid polling (#523)kxt
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-16fmt and clippyKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan