rsvim_core 0.1.2

The core library for RSVIM text editor.
Documentation
1
2
3
4
5
6
7
//! Vim window's options default value.

pub const WRAP: bool = true;

pub const LINE_BREAK: bool = false;

pub const SCROLL_OFF: u16 = 0_u16;