| Age | Commit message (Collapse) | Author |
|
Also implement searching.
fix undo boundaries
when it checked for other save point, it used && instead of == which
caused it to overwrite other types.
Fix bytes vs chars bug in text_get_region
|
|
This means that empty lines are not added until they have content.
|
|
Also fix some memory leaks
|
|
Also improve find file and switch buffer a bit.
Implement word backward/forward.
|
|
|
|
|
|
Also fix some issues with inserting multibyte chars.
|
|
Buffer now scrolls correcly when reaching top or bottom and puts dot at
the middle of the screen.
|
|
|
|
It now handles a range of characters and correctly merges lines. It is
not the most slick implementation but it works as a start.
|
|
|