manually fix up indentations
This commit is contained in:
parent
4b624195d3
commit
175f865b10
1 changed files with 13 additions and 13 deletions
26
.tmux.conf
26
.tmux.conf
|
@ -439,11 +439,11 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# END {
|
||||
# for (i in user)
|
||||
# if (!(i in ppid))
|
||||
# {
|
||||
# {
|
||||
# print user[i]
|
||||
# exit
|
||||
# exit
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# ')
|
||||
# fi
|
||||
# fi
|
||||
|
@ -869,19 +869,19 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# o_ = split(a[i], _, "{") - 1
|
||||
# c_ = split(a[i], _, "}") - 1
|
||||
# open_ += o_ - c_
|
||||
# o__ = split(a[i], _, "[") - 1
|
||||
# c__ = split(a[i], _, "]") - 1
|
||||
# open__ += o__ - c__
|
||||
# o__ = split(a[i], _, "[") - 1
|
||||
# c__ = split(a[i], _, "]") - 1
|
||||
# open__ += o__ - c__
|
||||
#
|
||||
# if (i == l)
|
||||
# r = sprintf("%s%s", r, a[i])
|
||||
# if (i == l)
|
||||
# r = sprintf("%s%s", r, a[i])
|
||||
# else if (open || open_ || open__)
|
||||
# r = sprintf("%s%s,", r, a[i])
|
||||
# else
|
||||
# r = sprintf("%s%s#[fg=%s,bg=%s,%s]%s", r, a[i], fg[j], bg[j], attr[j], subsep)
|
||||
# }
|
||||
#
|
||||
# gsub(/#\[inherit\]/, sprintf("#[default]#[fg=%s,bg=%s,%s]", fg[j], bg[j], attr[j]), r)
|
||||
# gsub(/#\[inherit\]/, sprintf("#[default]#[fg=%s,bg=%s,%s]", fg[j], bg[j], attr[j]), r)
|
||||
# return r
|
||||
# }
|
||||
# BEGIN {
|
||||
|
@ -899,10 +899,10 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# else
|
||||
# printf "#[fg=%s,bg=%s,none]%s#[fg=%s,bg=%s,%s]%s", bg[j], (i == 1) ? "default" : bg[j_], mainsep, fg[j], bg[j], attr[j], subsplit($i)
|
||||
#
|
||||
# if (!open && !open_ && !open__)
|
||||
# {
|
||||
# j_ = j
|
||||
# j = j % l + 1
|
||||
# if (!open && !open_ && !open__)
|
||||
# {
|
||||
# j_ = j
|
||||
# j = j % l + 1
|
||||
# }
|
||||
# }
|
||||
# }' << EOF
|
||||
|
|
Loading…
Reference in a new issue