summaryrefslogtreecommitdiff
path: root/src/curses
AgeCommit message (Expand)Author
2021-04-25Fix overflow errors and allow small terminal sizes (#473)John Ferguson
2020-12-21Consider mouse support when pausing and unpausing curses interfaceAndrzej Rybczak
2020-12-19Update header information and my emailAndrzej Rybczak
2020-12-10Fix delete key in st (#425)jaredforrest
2020-01-12Curses: don't iterate through unbound COLORS #369nick black
2018-05-13Restore curses after running external commandJan Holthuis
2017-06-15Fix crash when colors are disabledHugh Wang
2017-05-21Replace highlight colors with prefixes and suffixesAndrzej Rybczak
2017-04-23configure: check if curses.h exposes wide-char functionsAndrzej Rybczak
2017-03-29Explicitly define NCURSES_WIDECHAR instead of _XOPEN_SOURCEAndrzej Rybczak
2017-03-28Formatted color: include <istream>Andrzej Rybczak
2017-03-26Change 'previous' background color to 'current' and add some documentationAndrzej Rybczak
2017-03-26Make single character prompts more robustAndrzej Rybczak
2017-03-26Properly set window timeoutAndrzej Rybczak
2017-03-24Do not exit readline prompt early if it's in a subcommand of some sortAndrzej Rybczak
2017-03-12Update AUTHORS and copyright lineAndrzej Rybczak
2017-02-13Use scoped window timeoutAndrzej Rybczak
2017-01-28Make Property use boost::variantAndrzej Rybczak
2017-01-06If only 8 colors are available, map the rest of 256 to base onesAndrzej Rybczak
2017-01-06Check if songs are in playlist when displaying them, not up-frontAndrzej Rybczak
2016-12-25Fix displaying items in menuAndrzej Rybczak
2016-12-24Retain previous background by default when switching colorsAndrzej Rybczak
2016-12-23Support attaching format information to selected color variablesAndrzej Rybczak
2016-12-22Remove Format::NoneAndrzej Rybczak
2016-12-22Move ncurses related files to curses directoryAndrzej Rybczak