| Age | Commit message (Collapse) | Author |
|
Keep it as is, commit undo in current buffer, and we will commit it in
the new buffer when edition level gets back to 0.
|
|
|
|
aliases are now stored in window, buffer, or globally.
|
|
|
|
|
|
Fixes #117
|
|
|
|
This methods avoids updating the context selection needlessly as
they are going to get replaced anyway.
|
|
|
|
|
|
|
|
|
|
|
|
ClientManager now stores only the free windows, clients take
ownership of its own.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Client store the current status line. This way calls to print status
do not force the user interface to display directly.
|
|
|
|
InputHandler owns it's UserInterface, and is directly stored by the ClientManager.
|
|
|
|
|