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