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.cc
Age
Commit message (
Expand
)
Author
2013-06-06
utf8_iterators: rename underlying_iterator to base
Maxime Coste
2013-05-16
fix ncurses info box placement
Maxime Coste
2013-05-16
fix NCurses info box, avoid trailing space on each lines
Maxime Coste
2013-05-16
more robust NCursesUI::menu_show
Maxime Coste
2013-05-13
support specifying colors with RGB components
Maxime Coste
2013-04-18
Ncurses: display status line in terminal title as well
Maxime Coste
2013-04-12
hide ncurses.h include in ncurses.cc
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-04-04
pass a color pair when displaying an information window
Maxime Coste
2013-04-04
Pass a fg and bg color when displaying a menu
Maxime Coste
2013-03-29
String: inherit from std::string rather than using it as a backend
Maxime Coste
2013-03-20
NCurses: draw a scroll bar
Maxime Coste
2013-03-14
NCurses: hand coded menu implementation
Maxime Coste
2013-03-12
NCurses: hook redraw on c-l
Maxime Coste
2013-03-11
NCurses: handle empty items in menu_show
Maxime Coste
2013-03-08
NCurses: fix redrawing when info or menu is hidden
Maxime Coste
2013-03-06
Use a ColorPair in DisplayAtoms instead of separate fg/bg colors
Maxime Coste
2013-03-06
do not redraw the whole screen each time
Maxime Coste
2013-03-06
ncurses: fix unicode handling in status line
Maxime Coste
2013-03-05
remove commented line in ncurses.cc
Maxime Coste
2013-02-26
NCurses: fix unneeded last line when displaying info box
Maxime Coste
2013-02-26
Use ncursesw in order to get correct utf8 handling
Maxime Coste
2013-02-19
Add support for Home/End key in prompts
Maxime Coste
2013-01-29
NCurses: fix multiline info
Maxime Coste
2013-01-22
NCursesUI::get_key(): move getch_iterator as a local type
Maxime Coste
2013-01-17
NCurses: use default background for '~'
Maxime Coste
2013-01-15
NCursesUI: redraw becomes a member
Maxime Coste
2013-01-14
NCurses: redraw after menu/info window is modified
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2012-12-15
NCurses: info window tries to avoid the menu one
Maxime Coste
2012-12-15
NCurses: some code refactoring
Maxime Coste
2012-12-14
UserInterface: add info box support
Maxime Coste
2012-12-09
ncurses.cc: handle ascii del as backspace
Maxime Coste
2012-12-03
NCurses: do not resize directly in signal handler, malloc may not be working ...
Maxime Coste
2012-11-27
ncurses: avoid refering to dead NCursesUI in signal handler
Maxime Coste
2012-11-23
NCurses: use Default bg color for status line
Maxime Coste
2012-11-21
refactor/cleanup NCursesUI::menu_show
Maxime Coste
2012-11-20
fix error handling in ncurses resize code
Maxime Coste
2012-11-08
NCurses: catch SIGINT and send a C-c instead
Maxime Coste
2012-10-29
NCurses: refactor status line handling, and disambiguate status line from mod...
Maxime Coste
2012-10-28
NCurses: fix long lines handling
Maxime Coste
2012-10-28
Handle all available input before redrawing
Maxime Coste
2012-10-27
NCurses::draw: maintain current column without using ncurses
Maxime Coste
2012-10-27
NCursesUI: force input handling reexecution when resizing
Maxime Coste
2012-10-27
NCurses: rework terminal resize handling
Maxime Coste
2012-10-20
make UserInterface unaware of Window, only of DisplayBuffer
Maxime Coste
2012-10-18
avoid utf8 errors with invalid keys, like ncurse KEY_RESIZE
Maxime Coste
2012-10-13
utf8::codepoint: configurable invalid byte policy
Maxime Coste
[prev]
[next]