nexedit 0.2.2

A vim-like text editor, with simple shortcuts.
Documentation
1
2
3
4
5
6
7
use crate::view::{Colors, Style};

pub struct StatusLineData {
    pub content: String,
    pub style: Style,
    pub colors: Colors,
}