| Age | Commit message (Collapse) | Author |
|
|
|
This will be used to implement a command prompt window.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
window.[ch] now contains a somewhat generic editor window which is
then enhanced in vis.[ch] with a statusbar.
|
|
Still very incomplete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously a mark was a byte offset from the start of the file
which required updates whenever a text modification happened
before it.
Now it is simply a pointer into the underlying (mostly) append only
buffer which remains valid throughout the whole life cycle.
|
|
|
|
The removed junk might not have the same length as the newly inserted one.
|
|
|
|
|
|
|
|
|
|
|