Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
3f6bfbaf2babcc7f08f628a82ff31b0b52014e58
/
arguments.c
e1b3dc8
Run alert hooks based on the options rather than unconditionally, from
by nicm
· 7 years ago
aad4e4d
Rewrite of choose mode, both to simplify and tidy the code and to add
by nicm
· 7 years ago
ae1a6c2
Do not need getopt.h.
by nicm
· 8 years ago
faa0570
Plain stravis() because it will mangle UTF-8 characters, so add
by nicm
· 8 years ago
4bb5a1d
Run arguments through vis() as well when printing them.
by nicm
· 8 years ago
e454018
Add static in window-*.c and move some internal functions out of tmux.h.
by nicm
· 8 years ago
7d4b416
Some more static.
by nicm
· 8 years ago
995af0e
I no longer use my SourceForge address so replace it.
by nicm
· 9 years ago
6a2ca34
Do not set a limit on the length of commands when printing them.
by nicm
· 9 years ago
52bbac5
struct args_entry can go into arguments.c.
by nicm
· 9 years ago
900f6fc
Tidy up some includes.
by nicm
· 10 years ago
b8bda67
Don't blindly increase offsets by the return value of snprintf, if there
by nicm
· 11 years ago
3368b60
Couple of fixes from cppcheck via Tiago Cunha.
by nicm
· 11 years ago
66829ee
Simplify args_set, from Tiago Cunha.
by nicm
· 11 years ago
30275bc
Include unistd.h as it is the standard location for getopt().
by okan
· 11 years ago
a0cf65d
Instead of eating 1024 bytes or so for the arguments of each command,
by Nicholas Marriott
· 11 years ago
df912e3
xfree is not particularly helpful, remove it. From Thomas Adam.
by Nicholas Marriott
· 12 years ago
9dacc17
Pass the right size to calloc (* not **).
by Nicholas Marriott
· 13 years ago
567741c
Free old argument even if setting to NULL.
by Nicholas Marriott
· 14 years ago
7502cb3
Clean up and simplify tmux command argument parsing.
by Nicholas Marriott
· 14 years ago