summaryrefslogtreecommitdiff
path: root/lib/draw
AgeCommit message (Expand)Author
2014-04-15Don't use the enumerator variable.Jari Vetoniemi
2014-04-15It's better to guard whole function.Jari Vetoniemi
2014-04-15Print the missing function and from what library in case of exception.Jari Vetoniemi
2014-04-14Tell curses to use terminal default colorsJari Vetoniemi
2014-04-14Hide title if more than NCOLSJari Vetoniemi
2014-04-14Handle window resize.Jari Vetoniemi
2014-04-14Better input scroll logic.Jari Vetoniemi
2014-04-14Make sure text fits tightly terminal + simplified logicJari Vetoniemi
2014-04-13Flush input buffer after showing menu first time.Jari Vetoniemi
2014-04-13vsnprintf is not on same headers on darwin.Jari Vetoniemi
2014-04-13Enable cursor (hidden when launched by vim)Jari Vetoniemi
2014-04-13Enable noecho and raw mode.Jari Vetoniemi
2014-04-13Store old actions to seperate actions.Jari Vetoniemi
2014-04-13Buffer as format is dangerous, this functions seems to be VA one.Jari Vetoniemi
2014-04-12Scrollable curses input \o/Jari Vetoniemi
2014-04-12Xterm does not feed S+pgup/pgdown but does so for Ctrl combinationJari Vetoniemi
2014-04-12Make filter to pointer.Jari Vetoniemi
2014-04-12Meh, no (null) it's empty if it's empty.Jari Vetoniemi
2014-04-12Add print attribute and fix warning it catched.Jari Vetoniemi
2014-04-12Use strcspn instead of strtokJari Vetoniemi
2014-04-12Add more keybindings to curses interface.Jari Vetoniemi
2014-04-12S-Return (C-t, insert in curses) should return input, C-Return is mark. (C-r,...Jari Vetoniemi
2014-04-12Make page scrolling work like it should. (Shfit+pgup/pgdwn for oldJari Vetoniemi
2014-04-12Handle empty items.Jari Vetoniemi
2014-04-12Try ncursesw and then ncruses as fallback.Jari Vetoniemi
2014-04-12Consistency.Jari Vetoniemi
2014-04-12Delete is emitted on mac terminal.Jari Vetoniemi
2014-04-11Add cast for conversion when type isn't unsigned.Jari Vetoniemi
2014-04-11Support mac, duplicate stdin/stdout to make piping possible.Jari Vetoniemi
2014-04-11Buffer grown too much.Jari Vetoniemi
2014-04-11Draw lines properly.Jari Vetoniemi
2014-04-10Undef get_wchJari Vetoniemi
2014-04-10Implement list structure, and feature for multiple selections.Jari Vetoniemi
2014-04-10Cleanup curses better.Jari Vetoniemi
2014-04-10Document curses structJari Vetoniemi
2014-04-10Remove @file from non-public library files.Jari Vetoniemi
2014-04-10ConsistencyJari Vetoniemi
2014-04-10lolCase variablesJari Vetoniemi
2014-04-10Make asserts and ifs more consistent.Jari Vetoniemi
2014-04-10Do curses refresh before endwin.Jari Vetoniemi
2014-04-10Basic working bemenu with curses backendJari Vetoniemi
2014-03-18Add project skeletonJari Vetoniemi