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
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
2018-03-31
src: Make code more readable, assert function calls that shouldn't fail
Frank LENORMAND
2018-03-20
NCursesUI: Rework menu_show to shrink menu height when needed
Maxime Coste
2018-03-19
NCursesUI: refactor info_show code
Maxime Coste
2018-03-13
NCursesUI: Show full menu rather than triming to respect anchor
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-03-13
NCursesUI: Use accumulate algorithm to gather the longest element in menu
Maxime Coste
2018-02-22
NCursesUI: Rework menu placement to fix missing menu on small window
Maxime Coste
2018-01-30
ncurses: change handling of <c-z> suspend to improve terminal state
Maxime Coste
2017-11-12
NCurses: use the general face merging function to handle default face
Maxime Coste
2017-10-24
Rename br* colors to bright-*
Net
2017-10-22
Support bright named colors
Net
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-06-09
Remove unused only_buffer mode for DisplayLine::trim
Maxime Coste
2017-05-29
Re-hide hardware cursor, seems its causing troubles with various terminal emu...
Maxime Coste
2017-05-28
Change ncurses_ui info box generation logic to use a Vector<String>
Maxime Coste
2017-05-27
Parse meta as 8 bit in Normal mode to fix the terminals using that
Maxime Coste
2017-05-26
Small formatting tweak
Maxime Coste
2017-05-24
Fix hardware cursor positioning in prompt when status bar is on bottom
Maxime Coste
2017-05-18
Make hardware cursor visible in ncurses ui
Maxime Coste
2017-05-10
Use LineCount instead of int for ncurses assistant margin
Maxime Coste
2017-05-10
Merge remote-tracking branch 'lenormf/fix-assistant-align'
Maxime Coste
2017-04-19
Fix uninitialised value for cursor mode
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
[next]