ding-screen Mirror of https://github.com/zellij-org/zellijmatthias
summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/pty.rs
AgeCommit message (Expand)Author
2024-02-16working prototype with passing testsAram Drevekenin
2024-02-08feat(panes): allow specifying coordinates for a new floating pane through the...Aram Drevekenin
2024-02-07fix(cli): respect cwd in zellij run and zellij plugin (#3116)Aram Drevekenin
2023-11-30feat(plugins): skip plugin cache flag (#2971)Aram Drevekenin
2023-11-09feat(panes): reuse CWD when dropping to shell in command panes (#2915)Diego Alonso
2023-11-06fix(plugins): start plugin pane in cwd of focused pane if possible (#2905)Aram Drevekenin
2023-10-17feat(panes): Add an option to press <ESC> and drop to shell in command panes ...Aram Drevekenin
2023-10-13fix(resurrection): log failure instead of crashing in some edge cases (#2851)Aram Drevekenin
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-08-25fix(plugins): make sure configuration is also part of the plugin keys (#2727)Aram Drevekenin
2023-08-02feat(ui): break pane to new tab and move panes between tabs (#2664)Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-06-01fix: cwd of newtab action (#2455)XiaoZhang
2023-04-18feat: support default cwd (#2290)Kangaxx-0
2023-03-06fix(layouts): naming and gototabname (#2225)Aram Drevekenin
2023-02-28feat(layouts): exact panes constraint (#2206)Aram Drevekenin
2023-02-28fix(new-tab): get config parameters from config file (#2203)Aram Drevekenin
2023-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
2023-02-26fix(messaging): cache hold pane messages by their tab_id if the tab is not re...Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-01-14Errors: less unwrap in server (#2069)har7an
2022-12-24Floating panes in layouts (#2047)Aram Drevekenin
2022-12-13Fix: Remove shell.exists() check from get_default_terminal (#2013)Nuno David
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-15fix(pty): use /bin/sh when SHELL env variable is not found (#1769)Shunsuke Mie
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-08errors: Remove `log::error` in server (#1881)har7an
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-28errors: Don't unwrap in `server::terminal_bytes` (#1876)har7an
2022-10-28improve error handling in ui module (#1870)哇呜哇呜呀咦耶
2022-10-26improve error handling in pty (#1840)哇呜哇呜呀咦耶
2022-10-20fix(command): better error when command not found (#1829)Aram Drevekenin
2022-10-18fix(editor): default to vi when no editor is set (#1811)Aram Drevekenin
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-14feat(layouts): edit panes (#1799)Aram Drevekenin
2022-10-14feat(layouts): global cwd (#1798)Aram Drevekenin
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-07-13perf(terminal): better responsiveness (#1585)Aram Drevekenin
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