summaryrefslogtreecommitdiffstats
path: root/cfg.c
AgeCommit message (Expand)Author
2018-01-17Merge branch 'obsd-master'Thomas Adam
2018-01-15Some unused code, GitHub issue 1219.nicm
2017-10-06Merge branch 'obsd-master'Thomas Adam
2017-10-06Support %else in config files to match %if, from Brad Town in GitHubnicm
2017-05-31Differences to OpenBSD.Nicholas Marriott
2017-05-31Merge branch 'obsd-master'Thomas Adam
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-05-01Merge branch 'obsd-master'Thomas Adam
2017-05-01In order that people can use formats like #D in #() in the status linenicm
2017-04-25Merge branch 'obsd-master'Thomas Adam
2017-04-25Block the initial client if there is one until the configuration filenicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21History needs to be loaded after config parsing is done - now thatnicm
2017-04-21Do not run the config file in the context of the first client, insteadnicm
2017-04-06Merge branch 'obsd-master'Thomas Adam
2017-04-05cfg_file can be static.nicm
2017-02-03Merge branch 'obsd-master'Thomas Adam
2017-02-03Add a window or pane id "tag" to each format tree and use it to separatenicm
2017-01-16Merge branch 'obsd-master'Thomas Adam
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldnicm
2017-01-09Merge branch 'obsd-master'Thomas Adam
2017-01-09Add %if/%endif for conditionals when parsing configuration files, thenicm
2017-01-09Merge branch 'obsd-master'Thomas Adam
2017-01-09Run the source-file pattern through glob(3).nicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-14Merge branch 'obsd-master'Thomas Adam
2016-10-14source-file and some other commands can recurse back into cmdq_continue,nicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-11Some other stuff that can be local to one file.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-05-12Merge branch 'obsd-master'Thomas Adam
2016-05-12- Rework load_cfg() error handling a little.tim
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
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