| Age | Commit message (Collapse) | Author |
|
aliases are now stored in window, buffer, or globally.
|
|
|
|
|
|
Fixes #152
|
|
Fixes #64
|
|
|
|
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
|
|
|
|
|
|
|
When only highlighting for finding character position on screen
pass HighlightFlags::MoveOnly so that non moving highlighters do
not need to run.
|
|
ClientManager now stores only the free windows, clients take
ownership of its own.
|
|
|
|
Take the line we are intersted in as a parameter rather than getting
the main selection last char line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tab character were not properly handled when scrolling horizontally
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* non builtins options require declaration using the decl command
* At the moment, only int and string options are supported, however
the goal of this change is to provide a consistent way to support
more complex options, namely lists and booleans
|
|
This helps cleanup up the code, as factories no longer takes
a window as parameter.
|
|
|
|
U+XXXX
|
|
|
|
|