summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/os_input_output.rs
AgeCommit message (Expand)Author
2021-05-29Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch.Thomas Zander
2021-05-25Merge pull request #531 from zellij-org/detach-sessionsKunal Mohan
2021-05-25CHange keybind for Session mode and add comments for clarityKunal Mohan
2021-05-24fix(pty): use async io to avoid polling (#523)kxt
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan
2021-05-19Merge pull request #522 from zellij-org/re-export-dependenciesKunal Mohan
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-18refactor(IO): random fixes (#521)kxt
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan