summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes/terminal_pane.rs
AgeCommit message (Expand)Author
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-04feat(terminals): send focus in/out events to terminal panes (#1908)Aram Drevekenin
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-28improve error handling in ui module (#1870)哇呜哇呜呀咦耶
2022-10-23plugins: Improve error handling on plugin version mismatch (#1838)har7an
2022-10-19allow dump_screen() to only dump the viewport (#1794)Dan Näsman
2022-10-18feat(panes): change floating window positions (#1810)Aram Drevekenin
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-04feat(compatibility): mouse wheel faux scrolling in alternate screen (#1678)Thomas Linford
2022-08-24fix: bracketed paste input not getting adjusted properly (#1689)Thomas Linford
2022-08-19fix(compatibility): improve vttest (#1671)Autumn
2022-08-18HOTFIX: report up arrow correctlyAram Drevekenin
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-08-17A little refactoring (#1663)TornaxO7
2022-08-12Terminal compatibility: forward OSC52 events (#1644)apexo
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-06-27fix(editor): handle editor in fullscreen (#1544)Aram Drevekenin
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-10add: fix a small lint (#1476)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-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-10feature(mouse): forward mouse events (#1191)Thomas Linford
2022-03-09fix(compatibility): home and end in cursor keys mode (#1190)Thomas Linford
2022-03-08refactor(tab): simplify mouse hold and release (#1185)Thomas Linford
2022-02-28fix: Allow terminal title passthrough even when not drawing pane frames. (#1113)Kerfuffle
2022-02-24fix(style): remove redundant `.clone()` calls (#1085)Ken Matsui
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-01-03fix(plugins): send events to plugins properly in a multiuser env (#986)Aram Drevekenin
2022-01-03Implement passing the bell signal to the terminal (#981)auronandace
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-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-10-01Fix(scroll): Prevent scroll buffer overwrite (#655)Kunal Mohan
2021-09-06fix(borders): properly handle in-viewport borderless panes (#697)Aram Drevekenin
2021-08-30fix(ui): resize correctly without pane-frames (#673)Brooks Rady
2021-08-30refactor(tab): use borderless instead of selectable where appropriate (#672)Aram Drevekenin
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-08-25fix(compatibility): maintain original cursor shape (#659)Aram Drevekenin
2021-08-24fix(compatibility): only send bracketed paste to terminals requesting it (#658)Aram Drevekenin