refactoring for home and end keys, better Modifiers abstraction

This commit is contained in:
Anton-4 2021-02-27 19:52:28 +01:00
parent d153e580a1
commit fe916f0d03
7 changed files with 611 additions and 536 deletions

View file

@ -12,6 +12,7 @@ mod editor;
mod graphics;
pub mod lang; //TODO remove pub for unused warnings
mod ui;
mod window;
use std::io;
use std::path::Path;