Crate zellij_utils[][src]

Re-exports

pub use async_std;
pub use interprocess;
pub use libc;
pub use nix;
pub use serde;
pub use serde_yaml;
pub use signal_hook;
pub use structopt;
pub use termion;
pub use vte;
pub use zellij_tile;

Modules

channels

Definitions and helpers for sending and receiving messages between threads.

cli
consts

Zellij program-wide constants.

errors

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

input

The way terminal input is handled.

ipc

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

logging

Zellij logging utility functions.

pane_size
setup
shared

Some general utility functions.