index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ncurses_ui.hh
Age
Commit message (
Expand
)
Author
2021-07-12
Rename NCursesUI to TerminalUI
Maxime Coste
2021-07-12
Replace ncurses with a naive custom terminal backend
Maxime Coste
2021-04-05
[feat] add ui_options: padding_char & padding_fill
nojhan
2020-03-27
Untie focus reporting and mouse handling
Maxime Coste
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-11-13
Re-merge clear_to_eol in draw
Maxime Coste
2019-11-05
Split clearing to end of line out of NCursesUI::Window::draw
Maxime Coste
2019-09-26
Fix some clang warnings
Maxime Coste
2019-09-26
Remove unneeded NCursesUI::Window::mark_dirty and redraws
Maxime Coste
2019-09-25
Additional NCursesUI code cleanups
Maxime Coste
2019-09-25
Avoid unnecessary allocations in NCursesUI::Window::draw calls
Maxime Coste
2019-09-25
Refactor NCursesUI::Window to reduce the exposed methods
Maxime Coste
2019-09-25
Do not set O_NONBLOCK on stdin
Maxime Coste
2019-09-24
Restore stdin status flags on suspend and quit
Maxime Coste
2019-09-16
Restore palette before suspend
Maxime Coste
2019-09-16
Fix multi-client server suspend
Maxime Coste
2019-09-16
Fix broken input after suspend
Maxime Coste
2019-09-16
Setup terminal raw mode without going through ncurses
Maxime Coste
2019-09-16
Get rid of ncurses based input parsing in favor of custom code
Maxime Coste
2019-09-07
Rework custom CSI parsing code and add support for SGR (1006) mouse
Maxime Coste
2019-09-05
Extract most ncurses calls into NCursesUI::Window methods
Maxime Coste
2019-08-19
Make scrolling speed configurable
Maxime Coste
2018-12-09
Refactor parsing of keys and introduce a builtin key parser mode
Maxime Coste
2018-06-20
Do not draw menu if it would hide prompt content
Maxime Coste
2018-06-19
Change Search completion to display on top of the modeline
Maxime Coste
2018-06-11
Add position offset to Window to limit moves with search menu style
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-11
NCursesUI: Add support for shifted function keys
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-30
Add a ncurses_change_colors option that can disable color palette change
Maxime Coste
2016-12-10
Fix one definition rule violation in ncurses_ui.hh
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-14
More correct handling of SIGHUP while suspended
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-04-11
Remove padding control options from ncurses ui
Maxime Coste
2016-04-11
Merge remote-tracking branch 'lenormf/buffer-padding'
Maxime Coste
2016-03-07
Handle <c-l> redrawing on the server side
Maxime Coste
2016-02-27
Slight refactor in ncurses_ui, group info and menu data in structs
Maxime Coste
2016-02-17
Cleanup/fix some code
Frank LENORMAND
2016-02-17
Allow users to chose how the buffers are padded
Frank LENORMAND
2015-12-05
Improve info box placement behaviour in some corner cases
Maxime Coste
2015-11-05
Change ncurses wheel down default button to 5
Maxime Coste
2015-10-13
Restore info box after a resize as well
Maxime Coste
2015-10-13
Try to restore menu after a resize
Maxime Coste
2015-10-08
Store color/color pairs mapping in the ncurses ui instance
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
[next]