summaryrefslogtreecommitdiff
path: root/lib/draw
AgeCommit message (Expand)Author
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