summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/panes
AgeCommit message (Collapse)Author
2021-05-26fix(compatibility): support wide characters (#535)Aram Drevekenin
* fix(compatibility): support wide characters * style(fmt): rustfmt * style(fmt): make clippy happy
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-17Osc implementation (#517)Aram Drevekenin
* fix(compatibility): implement most osc methods * style(fmt): rustfmt * style(fmt): remove cargo warnings * style(fmt): make clippy happy * style(fmt): fix formatting after my clippy fixes broke it again ;P * fix(grid): fix tests
2021-05-16fmt and clippyKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan