summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/arguments.c
AgeCommit message (Expand)Author
2017-08-23Run alert hooks based on the options rather than unconditionally, fromNicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-04-22Do not need getopt.h.Nicholas Marriott
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addNicholas Marriott
2017-01-18Run arguments through vis() as well when printing them.Nicholas Marriott
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.Nicholas Marriott
2016-10-10Some more static.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-11-27Do not set a limit on the length of commands when printing them.Nicholas Marriott
2015-08-29struct args_entry can go into arguments.c.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-04-11Don't blindly increase offsets by the return value of snprintf, if thereNicholas Marriott
2014-01-15Couple of fixes from cppcheck via Tiago Cunha.Nicholas Marriott
2014-01-09Simplify args_set, from Tiago Cunha.Nicholas Marriott
2013-11-17Include unistd.h as it is the standard location for getopt().Okan Demirmen
2013-05-31Instead of eating 1024 bytes or so for the arguments of each command,Nicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2011-07-09Pass the right size to calloc (* not **).Nicholas Marriott
2011-01-30Free old argument even if setting to NULL.Nicholas Marriott
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott