summaryrefslogtreecommitdiff
path: root/src/ncurses_ui.cc
AgeCommit message (Expand)Author
2015-10-13Restore info box after a resize as wellMaxime Coste
2015-10-13Try to restore menu after a resizeMaxime Coste
2015-10-13Fix NCursesUI::m_items not being empty after a resizeMaxime Coste
2015-10-09NCursesUI: Remove color restoring supportMaxime Coste
2015-10-08Tweak handling of SIGINTMaxime Coste
2015-10-08Store color/color pairs mapping in the ncurses ui instanceMaxime Coste
2015-10-08Check for terminal resize on SIGCONTMaxime Coste
2015-10-06Fix warning in ncurses_ui.ccMaxime Coste
2015-10-05Use DisplayLine for menu choicesMaxime Coste
2015-10-02Add ncurses_enable_mouse ui optionMaxime Coste
2015-09-27Add support for italic text attributeMaxime Coste
2015-09-24Add Haiku support.Filip SzczepaƄski
2015-09-23Cleanup compute_needed_size implementationMaxime Coste
2015-09-23Cleanup ncurses string writing codeMaxime Coste
2015-09-21Fix some redrawing problems after resizeMaxime Coste
2015-09-19Tweak NCursesUI behaviour to reduce flickering on resizeMaxime Coste
2015-09-16Store key hash in IdMapMaxime Coste
2015-09-14Do not touch the first 16 colors in ncurses UIMaxime Coste
2015-09-14Restore redraw on <c-l> in ncurses uiMaxime Coste
2015-09-12Fix color restoringMaxime Coste
2015-09-12Fix ncurses info box avoiding dead menusMaxime Coste
2015-09-12Add some missing memory domainsMaxime Coste
2015-09-11Restore keypad support in ncurses uiMaxime Coste
2015-09-11Slight refactor of NCursesUI ui_options handlingMaxime Coste
2015-09-11Small code cleanup in ncurses_ui.ccMaxime Coste
2015-09-11Improve redraw behaviour on resizeMaxime Coste
2015-09-11Use wgetch rather than getch to avoid unwanted redrawsMaxime Coste
2015-09-10Refactor NCursesUI implementation, use pads instead of windowsMaxime Coste
2015-09-10Try to restore colors to hard coded xterm palette on ncurses quitMaxime Coste
2015-09-07Delete all existig window before resizingMaxime Coste
2015-09-07Avoid wrapping lines with negative max widthMaxime Coste
2015-09-07Small info box handling in cleanup in ncursesMaxime Coste
2015-09-03Change ncurses title logic, use hard coded \033]2;<title>\007 sequenceMaxime Coste
2015-08-23Rework resize handlingMaxime Coste
2015-08-16Cleanup mouse handling a littleMaxime Coste
2015-07-15Add support for FocusIn/FocusOut events from UIMaxime Coste
2015-07-03Fix mouse coordinates in ncurses ui with status on topMaxime Coste
2015-06-30Use tparm instead of tiparmMaxime Coste
2015-06-30Force setting of terminal hardware scroll region on resizeMaxime Coste
2015-06-30Refactor resize handling in NCursesUIMaxime Coste
2015-06-29Use StatusLine face as default for the status lineMaxime Coste
2015-06-21Improve ncurses redraw behaviourMaxime Coste
2015-06-17Move status/mode line drawing as a separate ui methodMaxime Coste
2015-06-04Add support for Default faceMaxime Coste
2015-05-11Fix bug in ncurses mouse handlingMaxime Coste
2015-05-07Fix dangling info window pointer in ncurses uiMaxime Coste
2015-05-01Add str_to_int_ifp that returns an Optional<int> instead of throwingMaxime Coste
2015-04-30Do not display info box when there is not enough room on screen for itMaxime Coste
2015-04-28Use unicode elipsis to mark trimmed mode lineMaxime Coste
2015-04-25Move Colors enum class as NamedColor enum inside Color structMaxime Coste