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
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-24
Remove forced redraw in ncurses ui
Maxime Coste
2016-03-09
Redisplay info when menu appears so that info adapts its position
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
2016-01-10
Rename set_signal_wrapper to set_signal_handler and tweak SignalHandler def
Maxime Coste
2015-12-23
Add a signal function using sigaction
Daniel Robertson
2015-12-05
Improve info box placement behaviour in some corner cases
Maxime Coste
2015-12-02
Another try to fix csr problems (#469)
Maxime Coste
2015-11-30
Try to just reset the scroll region to workaround #469
Maxime Coste
2015-11-27
Consolidate writing to fd
Maxime Coste
2015-11-19
Fix some cases where menu items are truncated needlessly
Maxime Coste
2015-11-18
Fix correctly ncurses menu size computations and avoid divide by 0
Maxime Coste
2015-11-17
NCurses: Fix max menu item width computation
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-13
Fix NCursesUI::m_items not being empty after a resize
Maxime Coste
2015-10-09
NCursesUI: Remove color restoring support
Maxime Coste
2015-10-08
Tweak handling of SIGINT
Maxime Coste
2015-10-08
Store color/color pairs mapping in the ncurses ui instance
Maxime Coste
2015-10-08
Check for terminal resize on SIGCONT
Maxime Coste
2015-10-06
Fix warning in ncurses_ui.cc
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
2015-10-02
Add ncurses_enable_mouse ui option
Maxime Coste
2015-09-27
Add support for italic text attribute
Maxime Coste
2015-09-24
Add Haiku support.
Filip SzczepaĆski
2015-09-23
Cleanup compute_needed_size implementation
Maxime Coste
2015-09-23
Cleanup ncurses string writing code
Maxime Coste
2015-09-21
Fix some redrawing problems after resize
Maxime Coste
2015-09-19
Tweak NCursesUI behaviour to reduce flickering on resize
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-09-14
Do not touch the first 16 colors in ncurses UI
Maxime Coste
2015-09-14
Restore redraw on <c-l> in ncurses ui
Maxime Coste
2015-09-12
Fix color restoring
Maxime Coste
2015-09-12
Fix ncurses info box avoiding dead menus
Maxime Coste
2015-09-12
Add some missing memory domains
Maxime Coste
2015-09-11
Restore keypad support in ncurses ui
Maxime Coste
2015-09-11
Slight refactor of NCursesUI ui_options handling
Maxime Coste
2015-09-11
Small code cleanup in ncurses_ui.cc
Maxime Coste
2015-09-11
Improve redraw behaviour on resize
Maxime Coste
2015-09-11
Use wgetch rather than getch to avoid unwanted redraws
Maxime Coste
2015-09-10
Refactor NCursesUI implementation, use pads instead of windows
Maxime Coste
2015-09-10
Try to restore colors to hard coded xterm palette on ncurses quit
Maxime Coste
2015-09-07
Delete all existig window before resizing
Maxime Coste
2015-09-07
Avoid wrapping lines with negative max width
Maxime Coste
2015-09-07
Small info box handling in cleanup in ncurses
Maxime Coste
[prev]
[next]