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-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
2017-04-04
ncurses: When hiding the menu, recompute the info position
Maxime Coste
2017-03-14
src: Align the assistant in the middle of the popup
Frank LENORMAND
2017-03-10
Merge remote-tracking branch 'lenormf/assistant-dilbert'
Maxime Coste
2017-03-08
ncurses: Add a Dilbert assistant
Frank LENORMAND
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-02-13
Fix non-returning parse_key lambda
Maxime Coste
2017-01-30
Rework NCurses key parsing to properly handle <a-special key>
Maxime Coste
2017-01-10
Treat <c-h> as backspace in ncurses ui
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-04
Add `Modal` InfoStyle used for bufer reload info box
Maxime Coste
2016-12-30
Dont use constexpr to fix OSX compilation
Maxime Coste
2016-12-30
Add a ncurses_change_colors option that can disable color palette change
Maxime Coste
2016-12-01
Make FDWatcher support Read, Write and Except events, instead of just Read
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-22
Remove some unneeded headers from ncurses_ui.cc
Maxime Coste
2016-11-14
More correct handling of SIGHUP while suspended
Maxime Coste
2016-11-05
Emit an OSC 104 on quit to reset color palette on supporting terminals
Maxime Coste
2016-10-13
Support Ctrl + mouse dragging to add a new selection
Maxime Coste
2016-10-04
Replace non ascii chars with ? in xterm title, and limit to 511 chars
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-05
Use named keys for Return and Tab instead of <c-m> and <c-i>
Maxime Coste
2016-06-27
Use tparm instead of tiparm as built in OSX ncurses does not support it
Maxime Coste
2016-06-21
Fix parameter order in fputs
Maxime Coste
2016-06-20
Use fputs and fflush in ncurses_ui direct stdout access to respect buffering
Maxime Coste
2016-05-17
Use variadic macros for kak_assert to remove the need for COMMA
Maxime Coste
2016-04-11
Use padding face on the whole line
Maxime Coste
[prev]
[next]