Re-exports

pub use anyhow;
pub use async_std;
pub use clap;
pub use interprocess;
pub use lazy_static;
pub use libc;
pub use nix;
pub use regex;
pub use serde;
pub use serde_yaml;
pub use signal_hook;
pub use termwiz;
pub use vte;
pub use zellij_tile;

Modules

Definitions and helpers for sending and receiving messages between threads.

Zellij program-wide constants.

Error context system based on a thread-local representation of the call stack, itself based on the instructions that are sent between threads.

The way terminal input is handled.

IPC stuff for starting to split things into a client and server model.

Zellij logging utility functions.

Some general utility functions.