summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes/grid.rs
AgeCommit message (Expand)Author
9 daysfix(terminal): prevent escaping pane through scroll region (#3491)Aram Drevekenin
13 daysfix(terminal): properly cache cursor position for synchronized renders (#3483)Aram Drevekenin
2024-05-27fix(grid): fix DL/IL being ineffective without scrolling region (#3382)Koichi Murase
2024-05-27fix(grid): fix the default bound of DECSTBM lying outside the screen (#3381)Koichi Murase
2024-05-27feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty ke...Aram Drevekenin
2024-01-22fix(terminal): improve reflow performance and general memory usage by reducin...Aidan Hobson Sayers
2024-01-22fix(terminal): some real/saved cursor bugs during resize (#3032)Aidan Hobson Sayers
2024-01-18performance(terminal): improvements to reflow performance by removing O(n^2) ...Aidan Hobson Sayers
2023-12-02feat(terminal): implement synchronized renders (#2977)Aram Drevekenin
2023-11-30fix: fix flakey scroll history (#2935)pierce
2023-11-30fix(grid): various crashes (#2972)Aram Drevekenin
2023-11-08fix: styled underlines in editors (#2918)Mike Lloyd
2023-11-02feat(plugins): UI components (#2898)Aram Drevekenin
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-09-15fix(terminal): wrap lines when adding characters in alternate screen (#2789)Aram Drevekenin
2023-08-24feat(sessions): add a session manager to switch between sessions, tabs and pa...Aram Drevekenin
2023-08-04fix(performance): plug memory leak (#2675)Aram Drevekenin
2023-07-27fix(terminal): properly handle resizes in alternate screen (#2654)Aram Drevekenin
2023-06-13fix(logs): suppress debug logs when not debugging (#2532)Aram Drevekenin
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-03-29feat(terminal): cli and bindable action to clear all buffers for a specific p...Oleks Gnatovskyi
2023-03-09fix(ansi): pad line end when erasing characters (#2259)Aram Drevekenin
2023-02-28fix(grid): only use background pending styling when deleting characters (#2204)Aram Drevekenin
2023-02-20fix(grid): glitchy resizes (#2182)Aram Drevekenin
2023-01-13fix: wide-char drop on resize to 1 and invalid session names (#2082)朱李
2022-11-21performance(rendering): improve rendering performance (#1960)Aram Drevekenin
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-20server/panes/grid: Fix whitespace errorhar7an
2022-10-20server/panes/grid: Document dropping 0-width charshar7an
2022-10-19fix(terminal): reset scroll region when clearing screen (#1826)Aram Drevekenin
2022-10-19allow dump_screen() to only dump the viewport (#1794)Dan Näsman
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-09-04feat(compatibility): mouse wheel faux scrolling in alternate screen (#1678)Thomas Linford
2022-08-19fix(compatibility): improve vttest (#1671)Autumn
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-08-12Terminal compatibility: forward OSC52 events (#1644)apexo
2022-08-05chore(logging): log all unhandled ansi sequences (#1636)Aram Drevekenin
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-14fix(terminal): persist cursor hide/show through alternate screen (#1586)Aram Drevekenin
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(scroll): reset scroll properly when typing (#1547)Aram Drevekenin
2022-06-27fix(terminal): properly trim lines with widechars on resize (#1545)Aram Drevekenin
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-10docs: fix typos (#1481)Kian-Meng Ang
2022-06-10add: fix a small lint (#1476)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu