Add line ending abstraction (#250)
* Add line ending abstraction * Make Buffer::set_text use LineIter * Add ctrl+s for saving to editor
This commit is contained in:
parent
ff5501d9a3
commit
0cfd9b64ef
10 changed files with 194 additions and 15 deletions
|
|
@ -123,6 +123,9 @@ mod font;
|
|||
pub use self::layout::*;
|
||||
mod layout;
|
||||
|
||||
pub use self::line_ending::*;
|
||||
mod line_ending;
|
||||
|
||||
pub use self::shape::*;
|
||||
mod shape;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue