#
86c3bb24 |
| 31-May-2017 |
nicm <nicm@openbsd.org> |
Style and spacing nits.
|
#
e1b0ff34 |
| 10-May-2017 |
nicm <nicm@openbsd.org> |
Expand formats in option names and add -F flag to do so in option values as well.
|
#
bf0d297e |
| 22-Apr-2017 |
nicm <nicm@openbsd.org> |
Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIND_* flags in the cmd_entry and call it for the command. Commands with special requirements call it themselves and updat
Get rid of the extra layer of flags and cmd_prepare() and just store the CMD_FIND_* flags in the cmd_entry and call it for the command. Commands with special requirements call it themselves and update the target for hooks to use.
show more ...
|
#
fb807b18 |
| 22-Apr-2017 |
nicm <nicm@openbsd.org> |
Memory leaks, from David CARLIER.
|
#
b81242d0 |
| 16-Feb-2017 |
nicm <nicm@openbsd.org> |
Style nits.
|
#
e62b76d6 |
| 03-Feb-2017 |
nicm <nicm@openbsd.org> |
Cache status line position to reduce option lookups during output.
|
#
59e634fb |
| 25-Jan-2017 |
nicm <nicm@openbsd.org> |
Clear option before adding to array if no -a, reported by Michael Nickerson.
|
#
78d1d144 |
| 24-Jan-2017 |
nicm <nicm@openbsd.org> |
Fix set -u on array options.
|
#
2f0d274a |
| 24-Jan-2017 |
nicm <nicm@openbsd.org> |
If given an array option without an index either show or set all items, and support -a for array options. Allow the separator for set to be specified in the options table (will be used for backwards
If given an array option without an index either show or set all items, and support -a for array options. Allow the separator for set to be specified in the options table (will be used for backwards compatibility later).
show more ...
|
#
58900c88 |
| 16-Jan-2017 |
nicm <nicm@openbsd.org> |
getopt() has a struct option so just return to using options_entry.
|
#
dad89b6e |
| 15-Jan-2017 |
nicm <nicm@openbsd.org> |
-q flag now needs to be checked in a couple more places.
|
#
58eb4b5d |
| 15-Jan-2017 |
nicm <nicm@openbsd.org> |
Major tidy up and rework of options tree and set-option/show-options commands this pushes more of the code into options.c and ties it more closely to the options table rather than having an unnecessa
Major tidy up and rework of options tree and set-option/show-options commands this pushes more of the code into options.c and ties it more closely to the options table rather than having an unnecessary split. Also add support for array options (will be used later). Only (intentional) user visible change is that show-options output is now passed through vis(3) with VIS_DQ so quotes are escaped.
show more ...
|
#
a12989f1 |
| 12-Jan-2017 |
nicm <nicm@openbsd.org> |
Simplify appending to string options.
|
#
82b5cde7 |
| 11-Jan-2017 |
nicm <nicm@openbsd.org> |
Some tidying and tweaks to options code.
|
#
920e4eae |
| 04-Nov-2016 |
nicm <nicm@openbsd.org> |
Do not try to set the CHANGED flag on windows with no active pane, fixes problem reported by Nelo-T Wallus.
|
#
68e0a7f2 |
| 16-Oct-2016 |
nicm <nicm@openbsd.org> |
Mass rename struct cmd_q to struct cmdq_item and related.
|
#
7a61a8dd |
| 14-Oct-2016 |
nicm <nicm@openbsd.org> |
Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.
|
#
dc1f0f5f |
| 10-Oct-2016 |
nicm <nicm@openbsd.org> |
Add static in cmd-* and fix a few other nits.
|
#
cd165faf |
| 09-Oct-2016 |
nicm <nicm@openbsd.org> |
Handle NULL window or session for user options.
|
#
0c735ec4 |
| 26-Sep-2016 |
nicm <nicm@openbsd.org> |
Support set -a (append) with user options, suggested by Xandor Schiefer.
|
#
0949c96c |
| 30-May-2016 |
nicm <nicm@openbsd.org> |
Cache the window styles and do not look up the window-style options unless they have changed.
|
#
bc3b19fa |
| 29-Apr-2016 |
nicm <nicm@openbsd.org> |
Add option to include status text in the pane borders. If pane-border-status is set to "top" or "bottom" (rather than "off"), every pane has a permanent top or bottom border containing the text from
Add option to include status text in the pane borders. If pane-border-status is set to "top" or "bottom" (rather than "off"), every pane has a permanent top or bottom border containing the text from pane-border-format.
Based on a diff sent long ago by Jonathan Slenders, mostly rewritten and simplified by me.
show more ...
|
#
8864da59 |
| 03-Mar-2016 |
nicm <nicm@openbsd.org> |
show-* and set-* need to handle a missing target.
|
#
98ca8272 |
| 19-Jan-2016 |
nicm <nicm@openbsd.org> |
I no longer use my SourceForge address so replace it.
|
#
8d471e80 |
| 14-Dec-2015 |
nicm <nicm@openbsd.org> |
Instead of combined flags for -c, -s, -t, split into different sets using an enum and simplify the parsing code.
|