index
:
bemenu.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
draw
Age
Commit message (
Expand
)
Author
2014-04-15
Don't use the enumerator variable.
Jari Vetoniemi
2014-04-15
It's better to guard whole function.
Jari Vetoniemi
2014-04-15
Print the missing function and from what library in case of exception.
Jari Vetoniemi
2014-04-14
Tell curses to use terminal default colors
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-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-12
Scrollable curses input \o/
Jari Vetoniemi
2014-04-12
Xterm does not feed S+pgup/pgdown but does so for Ctrl combination
Jari Vetoniemi
2014-04-12
Make filter to pointer.
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
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
Handle empty items.
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
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-10
Undef get_wch
Jari Vetoniemi
2014-04-10
Implement list structure, and feature for multiple selections.
Jari Vetoniemi
2014-04-10
Cleanup curses better.
Jari Vetoniemi
2014-04-10
Document curses struct
Jari Vetoniemi
2014-04-10
Remove @file from non-public library files.
Jari Vetoniemi
2014-04-10
Consistency
Jari Vetoniemi
2014-04-10
lolCase variables
Jari Vetoniemi
2014-04-10
Make asserts and ifs more consistent.
Jari Vetoniemi
2014-04-10
Do curses refresh before endwin.
Jari Vetoniemi
2014-04-10
Basic working bemenu with curses backend
Jari Vetoniemi
2014-03-18
Add project skeleton
Jari Vetoniemi