index
:
forks/imv
master
Fork of imv, replacing icu with libgrapheme
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commands.c
Age
Commit message (
Collapse
)
Author
2019-08-21
Improve header commenting
Harry Jeffery
2019-08-18
imv: Add bind command
Harry Jeffery
2019-08-15
commands: Fix buffer overrun
Harry Jeffery
2019-08-07
Make aliases smarter
Harry Jeffery
2019-02-10
Tweak allocation sizeof operator usage
Harry Jeffery
2018-09-27
Implemented imv_command_exec_list().
Jeinzi
2018-09-01
Fixed name conflicts.
Jeinzi
2018-09-01
Added support for multiple commands per bind.
Jeinzi
2017-11-25
Don't duplicate license text in all source files
Harry Jeffery
If moving to dual-licensing, this text will be confusing. It's also a lot of noise.
2017-11-23
Remove imv_ prefix from struct imv_list
Harry Jeffery
It's just bloat. No value.
2017-11-23
Give commands the full arg string too
Harry Jeffery
2017-08-06
Fix failing build on gcc 4.8.4
Harry Jeffery
2017-04-15
Let commands take an arbitrary pointer
Harry Jeffery
2017-04-14
Let's not have imv_commands use hidden globals
Harry Jeffery
2017-04-14
Add basic alias support
Harry Jeffery
2017-04-12
Add basic command system
Harry Jeffery