summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-13fix(input): forward unknown keys to active terminal (#501)v0.10.0Aram Drevekenin
2021-05-13fix(compatibility): implement device reports (#500)Aram Drevekenin
2021-05-12Merge branch 'main' of https://github.com/zellij-org/zellij into set-data-dira-kenji
2021-05-12 Add Complile Time System Directoriesa-kenji
2021-05-12Merge branch 'main' of https://github.com/zellij-org/zellij into fix-simplifi...a-kenji
2021-05-12Fix Simplified Uia-kenji
2021-05-12fix(ui): handle pasted text properly (#494)Aram Drevekenin
2021-05-12fix(compatibility): properly fill viewport with styles when clearing it (#493)Aram Drevekenin
2021-05-12Slight rework of config loading.a-kenji
2021-05-11Merge pull request #479 from a-kenji/simple-font-uia-kenji
2021-05-11Change Ordering of the Default Config Directoriesa-kenji
2021-05-11Merge branch 'main' into mac-configa-kenji
2021-05-11Fix Max Config Directorya-kenji
2021-05-11Terminal compatibility: various behaviour fixes (#486)Aram Drevekenin
2021-05-10!fixup Add Option for Simplified Layouta-kenji
2021-05-10fixup! Merge branch 'main' of https://github.com/zellij-org/zellij into simpl...a-kenji
2021-05-10fixup! Add Option for Simplified Layouta-kenji
2021-05-10Merge branch 'main' into dump-config-exita-kenji
2021-05-10Fix exit code on `dump-default-config`a-kenji
2021-05-10Pokea-kenji
2021-05-10Add Option for Simplified Layouta-kenji
2021-05-09After rebaseDante Pippi
2021-05-09New behavior for h and lDante Pippi
2021-05-09And format...Kyle Sutherland-Cash
2021-05-09Bit more module tidy upKyle Sutherland-Cash
2021-05-09Revert accidental rename of ToggleActiveSyncTabKyle Sutherland-Cash
2021-05-08cargo fmtKyle Sutherland-Cash
2021-05-08Markups from self-reviewKyle Sutherland-Cash
2021-05-08First round of merging against server-client and color stuffKyle Sutherland-Cash
2021-05-07Moving the sync command to the Tab mode (#412)dantepippi
2021-05-07fix(compatibility): upgrade vte to support csi subparameters (#469)Aram Drevekenin
2021-05-07Merge pull request #468 from a-kenji/partial-unbind-modesa-kenji
2021-05-07hotfix(logging): let logging fail silently while testingv0.8.0Kunal Mohan
2021-05-07hotfix(logging): fix atomic_create_file and make set_permissions() return an ...Kunal Mohan
2021-05-07!fixup Add more Functionality to Unbinda-kenji
2021-05-07Add more Functionality to Unbinda-kenji
2021-05-06Merge pull request #223 from zellij-org/isolate-ptyKunal Mohan
2021-05-06explicitly set file and directory permissionsKunal Mohan
2021-05-05fix(compatibility): pass vttest 8 (#461)Aram Drevekenin
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Use ZELLIJ_SOCKET_DIR env variable and make user specific tmp dirKunal Mohan
2021-05-04Add version to socket path to avoid problems after version updateKunal Mohan
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Introduce IpcReceiverWIthContext and move ipc stuff to common/ipc.rsKunal Mohan
2021-05-04use better names for senders, receivers and threadsKunal Mohan
2021-05-04Place socket file in runtime directory or cache directory and use names crate...Kunal Mohan
2021-05-04use bincode::deserialize_from() to prevent data loss.Kunal Mohan
2021-05-04use BufRead and BufWrite with socketsKunal Mohan
2021-05-04nit fixesKunal Mohan
2021-05-04use Uuid to generate unique server socket namesKunal Mohan