| Age | Commit message (Collapse) | Author |
|
A buffer is only the text and the corresponding operation. A buffer view
holds information about scroll, dot and mark positions. One way to think
about it is that a buffer is stateless whereas a buffer view is stateful.
|
|
- Enumerate windows on screen.
- Build with optimizations.
|
|
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
|
|
|
|
Uses the settings system to implement a small system for per-language
settings.
|
|
This also fixes a bunch of valgrind errors
|
|
Also improve find file and switch buffer a bit.
Implement word backward/forward.
|