summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes
AgeCommit message (Expand)Author
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-16feat: fullscreen focus swapping (#1515)nacairns1
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
2022-05-20feat(actions): dump the terminal screen into a file (#1375)Cosmin Popescu
2022-04-29fix(compatibility): adjust saved cursor position on resize (#1362)Aram Drevekenin
2022-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin
2022-04-28fix(stability): avoid link handler panic on bad index (#1356)Thomas Linford
2022-04-26fix(compatibility): fix crash and don't allow cursor beyond row width (#1349)Aram Drevekenin
2022-04-14fix(compatibility): various ansi fixes (#1324)Aram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-04-12refactor(tab): tiled_pane_grid (#1299)Amir Arad
2022-04-09fix(compatibility): single line scroll and other edge cases (#1307)Aram Drevekenin
2022-04-09fix(compatibility): keep colors when scrolling (#1305)Aram Drevekenin
2022-03-30fix(compatibility): don't crash on invalid state when padding line (#1285)Aram Drevekenin
2022-03-29Revert "fix(compatibilty): do not use current cursor style in csi erase displ...Thomas Linford
2022-03-28fix(selection): rendering of characters with unset background (#1250)Thomas Linford
2022-03-28fix(compatibility): ansi scroll down (#1279)Aram Drevekenin
2022-03-24fix(tab): floating panes embed/fullscreen and frame color (#1267)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-18refactor(tab): move tiled panes to their own module (#1239)Aram Drevekenin
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-09fix(compatibility): replace wide characters under cursor properly (#1196)Aram Drevekenin
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-27fix(compatibilty): do not use current cursor style in csi erase display (#1142)Thomas Linford
2022-02-25fix(compatibility): properly clear pane before switching to alternate screen ...Aram Drevekenin
2022-02-24fix(style): remove unnecessary borrow operators (#1084)Ken Matsui
2022-02-24fix(style): remove redundant `.clone()` calls (#1085)Ken Matsui
2022-02-23fix(lint): simplify unnecessary `return` statements (#1080)Ken Matsui
2022-02-21fix(ui): restore get active at (#1076)Aram Drevekenin
2022-02-21fix(copy): rejoin wrapped lines (#1069)Thomas Linford
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-12fix(compatibility): resolve fzf crash (#1056)Thomas Linford
2022-02-02fix(compatibility): do not set scroll buffer in alternate screen (#1032)Thomas Linford
2022-01-26fix(compatibility): handle csi erase param 3 (#1026)Thomas Linford
2022-01-04Feature: Configurable scroll buffer (#936)Kunal Mohan
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-22fix(compatibility): handle deleting chars in lines with widechars (#965)Aram Drevekenin
2021-12-22fix(compatibility): handle inserting characters after wide character (#964)Aram Drevekenin
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-12-02fix(compatibility): do not duplicate bracketed paste in chunked stdin input (...Aram Drevekenin