rterm 0.0.9

A port of suckless terminal to rust.
Documentation
mod charset;
mod color;
mod cursor;
mod font;
mod glyph;
mod keymap;
mod point;
mod pty;
mod shell;
mod shortcut;
mod snap;
mod term;
mod utils;
mod vte;
mod win;
mod x11_wrapper;

// FIXME: put all config into one mod

pub mod app;