aboutsummaryrefslogtreecommitdiff
path: root/cfg.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2018-01-17
|\
| * Some unused code, GitHub issue 1219.nicm2018-01-15
* | Merge branch 'obsd-master'Thomas Adam2017-10-06
|\|
| * Support %else in config files to match %if, from Brad Town in GitHubnicm2017-10-06
* | Differences to OpenBSD.Nicholas Marriott2017-05-31
* | Merge branch 'obsd-master'Thomas Adam2017-05-31
|\|
| * Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-30
* | Merge branch 'obsd-master'Thomas Adam2017-05-01
|\|
| * In order that people can use formats like #D in #() in the status linenicm2017-05-01
* | Merge branch 'obsd-master'Thomas Adam2017-04-25
|\|
| * Block the initial client if there is one until the configuration filenicm2017-04-25
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * History needs to be loaded after config parsing is done - now thatnicm2017-04-21
| * Do not run the config file in the context of the first client, insteadnicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-06
|\|
| * cfg_file can be static.nicm2017-04-05
* | Merge branch 'obsd-master'Thomas Adam2017-02-03
|\|
| * Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-03
* | Merge branch 'obsd-master'Thomas Adam2017-01-16
|\|
| * It is silly for cmd_list_parse to return an integer error when it couldnicm2017-01-15
* | Merge branch 'obsd-master'Thomas Adam2017-01-09
|\|
| * Add %if/%endif for conditionals when parsing configuration files, thenicm2017-01-09
* | Merge branch 'obsd-master'Thomas Adam2017-01-09
|\|
| * Run the source-file pattern through glob(3).nicm2017-01-09
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-14
|\|
| * source-file and some other commands can recurse back into cmdq_continue,nicm2016-10-14
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Some other stuff that can be local to one file.nicm2016-10-11
| * Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2016-05-12
|\|
| * - Rework load_cfg() error handling a little.tim2016-05-12
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-09-09
|\|
| * No need to keep global options around for client which doesn't use them.nicm2015-09-09
* | Fix includesThomas Adam2015-09-06
|/
* Work out config file when needed not at startup.nicm2015-09-01
* Move initial conf load into cfg.c.nicm2015-09-01
* Change deref to the more sensible unref, and add a couple I missed before.nicm2015-06-05
* Style spacing nits.nicm2015-05-07
* Reset cfg_ncauses to 0 as well or we could allocate the wrong size ifnicm2015-04-27
* Fix some char* -> char *.nicm2015-04-25
* Use a char **,u_int pair for cfg_causes.nicm2015-04-25
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19