utu 0.0.1

TUI pixel art editor using plain text files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod app;
pub mod buffer;
pub mod clipboard;
pub mod config;
pub mod editor;
pub mod editor_command;
pub mod keybinding;
pub mod marker;
pub mod tuinix_ext;
pub mod widget_legend;
pub mod widget_message;
pub mod widget_preview;
pub mod widget_status;
pub mod widget_text;