mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Add a crashing config.
This commit is contained in:
parent
9d2ef8bf0d
commit
88ee5a1a00
8
regress/conf/21867280ff7e99631046f9cc669b80d2.conf
Normal file
8
regress/conf/21867280ff7e99631046f9cc669b80d2.conf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user