| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Face also stores the attributes
|
|
|
|
|
|
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
|
|
|
|
|
|
|
highlights a region using another highlighter.
|
|
|
|
|
|
|
|
tab character were not properly handled when scrolling horizontally
|
|
|
|
|
|
|
|
|
|
|
|
This add color support for the status line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
|
|
|
|
colalias command permits to define names for color pairs
|
|
|
|
|
|
|
|
|
|
Code is now greatly simplified using this architecture, and
DisplayAtoms no longer know their DisplayCoords and can be in any
order.
|
|
still work in progress, I think the whole display system will in fact need
a rewrite.
|
|
|
|
|
|
|
|
When DisplayAtoms have the Final attributes, highlighters
may not modify them anymore.
|
|
|
|
search start
|
|
|
|
|
|
|
|
DisplayAtoms now know where they are on the screen and have
line_and_column_at and iterator_at methods.
|
|
|
|
|
|
|