浏览代码

tmux: do not bold current window

pull/1/head
10sr 11 年前
父节点
当前提交
3f96d838a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tmux.conf.pl

+ 1
- 1
tmux.conf.pl 查看文件

@@ -88,7 +88,7 @@ sub set_colors {

setw("window-status-current-bg", "white");
setw("window-status-current-fg", "black");
setw("window-status-current-attr", "bold");
#setw("window-status-current-attr", "bold");
}

sub main {


正在加载...
取消
保存