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.cc
Age
Commit message (
Expand
)
Author
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-22
Add support for parsing SS3 key sequences
Maxime Coste
2019-09-16
Restore palette before suspend
Maxime Coste
2019-09-16
Correctly restore terminal state on suspend
Maxime Coste
2019-09-16
Small style tweak
Maxime Coste
2019-09-16
Fix input coming in packets characters being dropped
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
Fix modifiers support with mouse events
Maxime Coste
2019-09-07
Rework custom CSI parsing code and add support for SGR (1006) mouse
Maxime Coste
2019-09-05
Remove unneeded uses of NCurses WINDOW*
Maxime Coste
2019-09-05
Extract most ncurses calls into NCursesUI::Window methods
Maxime Coste
2019-08-21
src: Send the stop signal to the entire process group
Frank LENORMAND
2019-08-19
Make scrolling speed configurable
Maxime Coste
2019-07-07
allow for mapping the Insert key
Joachim Henke
2019-03-16
Remove another unnecessary ; in palete reset escape sequence
Maxime Coste
2019-03-13
Remove unnecessary ; from palette reset escape sequence
Maxime Coste
2019-02-27
Fixed all reorder warnings
Justin Frank
2018-12-20
src: Add support for right click events
Frank LENORMAND
2018-12-12
Remove support for 8-bit CSI as it breaks utf8 input
Maxime Coste
2018-12-09
Fix compilation error
Maxime Coste
2018-12-09
Refactor parsing of keys and introduce a builtin key parser mode
Maxime Coste
2018-12-09
NCursesUI: Handle CSI in 8-bit mode as well
Maxime Coste
2018-12-07
Fix dumb typo
Jay McCarthy
2018-12-07
Simplify re: lenormf
Jay McCarthy
2018-12-07
Update re lenormf's comments
Jay McCarthy
2018-12-07
Parse xterm-keys for motion directly
Jay McCarthy
2018-10-15
removed option and horizontal layout
Justin Frank
2018-10-15
added option for vertical menu layout in the ncurses ui
Justin Frank
2018-07-31
Add an assert to catch newpad returning a nullptr
Maxime Coste
2018-07-08
Fix infinite loop on SIGHUP with the NCursesUI
Maxime Coste
2018-06-20
Tweak search style menu completion display
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
NCursesUI: Use only 3 line menu for MenuStyle::Search
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-06-03
Code cleanup and slight refactor in NCursesUI menu code
Maxime Coste
2018-05-17
Small code cleanups
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-29
Remove implicit conversion from String to DisplayAtom/DisplayLine
Maxime Coste
2018-04-11
NCursesUI: Add support for shifted function keys
Maxime Coste
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-04
NCurses: Tolerate failure to open /dev/tty and to ioctl for resize
Maxime Coste
[prev]
[next]