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
/
cfg.c
Age
Commit message (
Expand
)
Author
2012-05-17
Ignore line continuation when escaped as \\, from Simon Nicolussi.
Nicholas Marriott
2011-08-24
Support \ for line continuation in the configuration file, from Julius
Nicholas Marriott
2010-12-29
Allow the config file parser and source-file to return "don't exit" to
Nicholas Marriott
2010-05-25
Fix an out-of-date comment.
Nicholas Marriott
2010-02-06
Use the array.h code for the causes list.
Nicholas Marriott
2010-02-06
Instead of bailing out on the first configuration file error, carry on,
Nicholas Marriott
2009-11-26
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
Nicholas Marriott
2009-10-26
tabs are better; ok nicm
Theo de Raadt
2009-08-23
When using source-file, run the commands in the context of the source-file
Nicholas Marriott
2009-08-23
The cursession member in struct cmd_ctx is always either curclient->session or
Nicholas Marriott
2009-08-09
Don't leak in the (rare) case of an invalid command at the end of a file not
Nicholas Marriott
2009-07-30
Don't babysit people and let them try to load /dev/zero or (more useful)
Nicholas Marriott
2009-06-25
Unused prototypes. Found by lint, no binary change.
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott