diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-31 22:50:30 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-31 22:50:30 +0100 |
commit | 88ee5a1a00b475fd2b93ef00e71f527fe2e9520e (patch) | |
tree | 7a55983eeff6dbcfbd1d700e1ec0163d16589c3e | |
parent | 9d2ef8bf0dd682e3e50eb5a9689abe18857a5d48 (diff) | |
download | rtmux-88ee5a1a00b475fd2b93ef00e71f527fe2e9520e.tar.gz rtmux-88ee5a1a00b475fd2b93ef00e71f527fe2e9520e.tar.bz2 rtmux-88ee5a1a00b475fd2b93ef00e71f527fe2e9520e.zip |
Add a crashing config.
-rw-r--r-- | regress/conf/21867280ff7e99631046f9cc669b80d2.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/conf/21867280ff7e99631046f9cc669b80d2.conf b/regress/conf/21867280ff7e99631046f9cc669b80d2.conf new file mode 100644 index 00000000..43b142b4 --- /dev/null +++ b/regress/conf/21867280ff7e99631046f9cc669b80d2.conf @@ -0,0 +1,8 @@ +%if #{l:1} +set -g status-style fg=cyan,bg='#001040' +%elif #{l:1} +set -g status-style fg=white,bg='#400040' +%else +set -g status-style fg=white,bg='#800000' +%endif +bind ^X last-window |