summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-23Use get_wchJari Vetoniemi
2014-10-22No longer true.Jari Vetoniemi
2014-10-22Pass bm_menu struct on each render api call.Jari Vetoniemi
2014-10-22Call constructor of activated renderer.Jari Vetoniemi
2014-10-22Refactor code to snake_style, turn renderers into plugins, and startJari Vetoniemi
2014-08-21Skip whitespace when tokenizing too.Jari Vetoniemi
2014-08-21Skip leading whitespace.Jari Vetoniemi
2014-05-14Length check is fragile and breaking behaviour.Jari Vetoniemi
2014-04-15Support older ncurses.Jari Vetoniemi
2014-04-15This is not usedJari Vetoniemi
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-14Consistency.Jari Vetoniemi
2014-04-14Tell curses to use terminal default colorsJari Vetoniemi
2014-04-14Add selection wrapping (-w).Jari Vetoniemi
2014-04-14Fix documentation.Jari 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-14Make sure the text is null terminated.Jari Vetoniemi
2014-04-14Move this check before allocation.Jari 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-13Fix bad syntax, and add defgroup for library.Jari Vetoniemi
2014-04-12Scrollable curses input \o/Jari Vetoniemi
2014-04-12Curses really does not like tabs.Jari Vetoniemi
2014-04-12Xterm does not feed S+pgup/pgdown but does so for Ctrl combinationJari Vetoniemi
2014-04-12Stop assuming filter is static array anymore.Jari Vetoniemi
2014-04-12Improve CMakeLists and make stuff installable.Jari Vetoniemi
2014-04-12CLI interface, aka option parsing.Jari Vetoniemi
2014-04-12The list will be copied now.Jari Vetoniemi
2014-04-12Here be dragons comments.Jari Vetoniemi
2014-04-12Make filter to pointer.Jari Vetoniemi
2014-04-12Store tmp to tokv in for loop, so we can free it if something fails.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-12Fix out of bound access, and provide better tokenize api.Jari Vetoniemi
2014-04-12Discard unprintable single width characters instead.Jari Vetoniemi
2014-04-12Cleanup header includes.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-12Remove highlight logic from filters, it does not belong there.Jari Vetoniemi