| Age | Commit message (Collapse) | Author |
|
|
|
Run urgent ones while executing %sh blocks.
Fixes #236
|
|
|
|
|
|
|
|
|
|
|
|
ui_options is a std::unordered_map<String, String> that gets
forwarded to the user interface. Add support ncurses_status_on_top.
|
|
|
|
Used by ctags function info, we always want it *above* the opening
parenthesis so that it does not hide multi line parameter lists.
|
|
|
|
|
|
|
|
C-c now sends SIGINT to the process group of Kakoune server
when used in normal mode.
Fixes #30
|
|
|
|
|
|
|
|
|
|
Face also stores the attributes
|
|
|
|
|
|
|
|
|
|
|
|
On recent ncurses implementation on cygwin, the old method provoked
freezes. Avoid calling ncurses functions in signal handlers.
We still call an unsafe function (EventManager::force_signal)...
|
|
Fixes #145
Fixes #146
|
|
|
|
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
|
|
|
With this refresh method user interface can defer updating
the display until really needed.
|
|
|
|
|
|
Fixes #18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move unicode box generation and assistant code as
a NcursesUI implementation detail.
|
|
Client store the current status line. This way calls to print status
do not force the user interface to display directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|