mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 01:18:52 +00:00
typo in comment ;) ok nicm
This commit is contained in:
parent
16bdd970dc
commit
f9c7f9a17a
2
status.c
2
status.c
@ -328,7 +328,7 @@ draw:
|
|||||||
wloffset = 0;
|
wloffset = 0;
|
||||||
if (wlwidth < wlavailable) {
|
if (wlwidth < wlavailable) {
|
||||||
switch (options_get_number(&s->options, "status-justify")) {
|
switch (options_get_number(&s->options, "status-justify")) {
|
||||||
case 1: /* centered */
|
case 1: /* centred */
|
||||||
wloffset += (wlavailable - wlwidth) / 2;
|
wloffset += (wlavailable - wlwidth) / 2;
|
||||||
break;
|
break;
|
||||||
case 2: /* right */
|
case 2: /* right */
|
||||||
|
Loading…
Reference in New Issue
Block a user