| Age | Commit message (Collapse) | Author |
|
|
|
Fixes #231
|
|
We can have SelectionList in flights on the buffer, so mark
it for deletion by moving it in a buffer trash, and effectively
delete it later, at a point where there should not be any further
access to it.
|
|
Face also stores the attributes
|
|
|
|
|
|
|
|
At connection, a remote client sends all its environement to the
server, which then provides access to client env through
kak_client_env_VAR_NAME variables in the shell.
|
|
|
|
|
|
|
|
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.
|
|
Pass keys one by one to the input handler so that BatchUI is not needed
We can now use :exec to pre-fill the command line without validating
the command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This add color support for the status line
|
|
|
|
|
|
client level
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Watching a file descriptor is now done using a FDWatcher object
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|