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 {
|
# END {
|
||||||
# for (i in user)
|
# for (i in user)
|
||||||
# if (!(i in ppid))
|
# if (!(i in ppid))
|
||||||
# {
|
# {
|
||||||
# print user[i]
|
# print user[i]
|
||||||
# exit
|
# exit
|
||||||
|
# }
|
||||||
# }
|
# }
|
||||||
# }
|
|
||||||
# ')
|
# ')
|
||||||
# fi
|
# fi
|
||||||
# fi
|
# fi
|
||||||
|
@ -869,19 +869,19 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
||||||
# o_ = split(a[i], _, "{") - 1
|
# o_ = split(a[i], _, "{") - 1
|
||||||
# c_ = split(a[i], _, "}") - 1
|
# c_ = split(a[i], _, "}") - 1
|
||||||
# open_ += o_ - c_
|
# open_ += o_ - c_
|
||||||
# o__ = split(a[i], _, "[") - 1
|
# o__ = split(a[i], _, "[") - 1
|
||||||
# c__ = split(a[i], _, "]") - 1
|
# c__ = split(a[i], _, "]") - 1
|
||||||
# open__ += o__ - c__
|
# open__ += o__ - c__
|
||||||
#
|
#
|
||||||
# if (i == l)
|
# if (i == l)
|
||||||
# r = sprintf("%s%s", r, a[i])
|
# r = sprintf("%s%s", r, a[i])
|
||||||
# else if (open || open_ || open__)
|
# else if (open || open_ || open__)
|
||||||
# r = sprintf("%s%s,", r, a[i])
|
# r = sprintf("%s%s,", r, a[i])
|
||||||
# else
|
# else
|
||||||
# r = sprintf("%s%s#[fg=%s,bg=%s,%s]%s", r, a[i], fg[j], bg[j], attr[j], subsep)
|
# 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
|
# return r
|
||||||
# }
|
# }
|
||||||
# BEGIN {
|
# BEGIN {
|
||||||
|
@ -899,10 +899,10 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
||||||
# else
|
# 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)
|
# 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__)
|
# if (!open && !open_ && !open__)
|
||||||
# {
|
# {
|
||||||
# j_ = j
|
# j_ = j
|
||||||
# j = j % l + 1
|
# j = j % l + 1
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
# }' << EOF
|
# }' << EOF
|
||||||
|
|
Loading…
Reference in a new issue