Move cursor motions to new Motion enum, move handling to Buffer
This commit is contained in:
parent
6528e9f804
commit
018a2e9d2a
10 changed files with 567 additions and 505 deletions
|
|
@ -111,6 +111,9 @@ mod buffer_line;
|
|||
pub use self::glyph_cache::*;
|
||||
mod glyph_cache;
|
||||
|
||||
pub use self::cursor::*;
|
||||
mod cursor;
|
||||
|
||||
pub use self::edit::*;
|
||||
mod edit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue