mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
typo in comment ;) ok nicm
This commit is contained in:
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 */
|
||||||
|
Reference in New Issue
Block a user