Home + End keys, refactoring for seperate ui folder/lib

This commit is contained in:
Anton-4 2021-02-12 19:38:20 +01:00
parent 299018aa34
commit 9dda23cf8b
13 changed files with 2490 additions and 49 deletions

View file

@ -53,6 +53,7 @@ mod keyboard_input;
pub mod lang;
mod mvc;
//pub mod mvc; // for benchmarking
mod ui;
mod resources;
mod selection;
mod text_buffer;