Age | Commit message (Expand) | Author |
2014-04-14 | Tell curses to use terminal default colors | Jari Vetoniemi |
2014-04-14 | Add selection wrapping (-w). | Jari Vetoniemi |
2014-04-14 | Fix documentation. | Jari Vetoniemi |
2014-04-14 | Hide title if more than NCOLS | Jari Vetoniemi |
2014-04-14 | Handle window resize. | Jari Vetoniemi |
2014-04-14 | Better input scroll logic. | Jari Vetoniemi |
2014-04-14 | Make sure text fits tightly terminal + simplified logic | Jari Vetoniemi |
2014-04-14 | Make sure the text is null terminated. | Jari Vetoniemi |
2014-04-14 | Move this check before allocation. | Jari Vetoniemi |
2014-04-13 | Flush input buffer after showing menu first time. | Jari Vetoniemi |
2014-04-13 | vsnprintf is not on same headers on darwin. | Jari Vetoniemi |
2014-04-13 | Enable cursor (hidden when launched by vim) | Jari Vetoniemi |
2014-04-13 | Enable noecho and raw mode. | Jari Vetoniemi |
2014-04-13 | Store old actions to seperate actions. | Jari Vetoniemi |
2014-04-13 | Buffer as format is dangerous, this functions seems to be VA one. | Jari Vetoniemi |
2014-04-13 | Fix bad syntax, and add defgroup for library. | Jari Vetoniemi |
2014-04-12 | Scrollable curses input \o/ | Jari Vetoniemi |
2014-04-12 | Curses really does not like tabs. | Jari Vetoniemi |
2014-04-12 | Xterm does not feed S+pgup/pgdown but does so for Ctrl combination | Jari Vetoniemi |
2014-04-12 | Stop assuming filter is static array anymore. | Jari Vetoniemi |
2014-04-12 | Improve CMakeLists and make stuff installable. | Jari Vetoniemi |
2014-04-12 | CLI interface, aka option parsing. | Jari Vetoniemi |
2014-04-12 | The list will be copied now. | Jari Vetoniemi |
2014-04-12 | Here be dragons comments. | Jari Vetoniemi |
2014-04-12 | Make filter to pointer. | Jari Vetoniemi |
2014-04-12 | Store tmp to tokv in for loop, so we can free it if something fails. | Jari Vetoniemi |
2014-04-12 | Meh, no (null) it's empty if it's empty. | Jari Vetoniemi |
2014-04-12 | Add print attribute and fix warning it catched. | Jari Vetoniemi |
2014-04-12 | Fix out of bound access, and provide better tokenize api. | Jari Vetoniemi |
2014-04-12 | Discard unprintable single width characters instead. | Jari Vetoniemi |
2014-04-12 | Cleanup header includes. | Jari Vetoniemi |
2014-04-12 | Use strcspn instead of strtok | Jari Vetoniemi |
2014-04-12 | Add more keybindings to curses interface. | Jari Vetoniemi |
2014-04-12 | S-Return (C-t, insert in curses) should return input, C-Return is mark. (C-r,... | Jari Vetoniemi |
2014-04-12 | Make page scrolling work like it should. (Shfit+pgup/pgdwn for old | Jari Vetoniemi |
2014-04-12 | Remove highlight logic from filters, it does not belong there. | Jari Vetoniemi |
2014-04-12 | Why is this here? Remove commented memmove. | Jari Vetoniemi |
2014-04-12 | Handle empty items. | Jari Vetoniemi |
2014-04-12 | Sort results like dmenu does. | Jari Vetoniemi |
2014-04-12 | Make comparator functions follow standard more. | Jari Vetoniemi |
2014-04-12 | Try ncursesw and then ncruses as fallback. | Jari Vetoniemi |
2014-04-12 | Consistency. | Jari Vetoniemi |
2014-04-12 | Delete is emitted on mac terminal. | Jari Vetoniemi |
2014-04-11 | Cleanup dmenu filter. | Jari Vetoniemi |
2014-04-11 | Silly me, why not just get the highlighted item once.. | Jari Vetoniemi |
2014-04-11 | Add cast for conversion when type isn't unsigned. | Jari Vetoniemi |
2014-04-11 | Support mac, duplicate stdin/stdout to make piping possible. | Jari Vetoniemi |
2014-04-11 | Buffer grown too much. | Jari Vetoniemi |
2014-04-11 | Draw lines properly. | Jari Vetoniemi |
2014-04-11 | Free the old list. | Jari Vetoniemi |