summaryrefslogtreecommitdiffstats
path: root/cfg.c
AgeCommit message (Expand)Author
2019-11-05Set boot options via tmux commandsNicolas Viennot
2019-11-04Only use tmate.conf, not .tmux.confNicolas Viennot
2019-11-04Add foreground mode with -FNicolas Viennot
2016-03-11Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-23Merge with latest tmuxNicolas Viennot
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Use __unused rather than rolling our own.nicm
2015-09-09Merge branch 'obsd-master'Thomas Adam
2015-09-09No need to keep global options around for client which doesn't use them.nicm
2015-09-06Fix includesThomas Adam
2015-09-01Work out config file when needed not at startup.nicm
2015-09-01Move initial conf load into cfg.c.nicm
2015-06-05Change deref to the more sensible unref, and add a couple I missed before.nicm
2015-05-07Style spacing nits.nicm
2015-04-27Reset cfg_ncauses to 0 as well or we could allocate the wrong size ifnicm
2015-04-25Fix some char* -> char *.nicm
2015-04-25Use a char **,u_int pair for cfg_causes.nicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-01-30Start tmate after the config files are processedNicolas Viennot
2014-10-27Move cfg_causes local into cfg.c and remove struct causelist.nicm
2014-06-25Handle escaped back slashes and missing new lines at end of line by usingtobias
2014-04-17Remove some unnecessary includes and fix a typo.nicm
2013-10-20Do not run any command line command from the client which starts thenicm
2013-03-25Add some additional debug logging.Nicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Need to set clients in context before changing their reference count.Nicholas Marriott
2013-03-22load_cfg can actually use the same context now they are reference counted.Nicholas Marriott
2013-03-22Don't try to print unterminated strings when loading configuration file.Nicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-21Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott
2013-03-05Add some additional debug logging.Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-20Need to set clients in context before changing their reference count.Nicholas Marriott
2013-02-19Don't try to print unterminated strings when loading configuration file.Nicholas Marriott
2013-02-18load_cfg can actually use the same context now they are reference counted.Nicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-16Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott
2012-12-31Merge branch 'obsd-master'Thomas Adam
2012-12-13Change load_cfg to fix a crash reported by jasper.Nicholas Marriott
2012-12-08Merge branch 'obsd-master'Thomas Adam
2012-12-06Use strlcat not strncat in load_cfg and some other trivial tidying fromNicholas Marriott
2012-11-27Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott
2012-11-22Merge branch 'obsd-master'Thomas Adam
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha