このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
10sr
/
dotfiles-mirror
ミラー元
https://github.com/10sr/dotfiles.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
tmux: do not bold current window
pull/1/head
10sr
11年前
親
9f44a0a465
コミット
3f96d838a7
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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 {
書き込み
プレビュー
読み込み中…
キャンセル
保存