mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
formatting
This commit is contained in:
parent
29e36a8fb0
commit
7b22f41ec5
1 changed files with 4 additions and 6 deletions
|
|
@ -1642,10 +1642,9 @@ static int window_refnum_left(int refnum, int wrap)
|
|||
break;
|
||||
|
||||
window = window_find_refnum(refnum);
|
||||
} while (!WINDOW_STICKY_MATCH(window, find_sticky) ||
|
||||
is_window_visible(window));
|
||||
} while (!WINDOW_STICKY_MATCH(window, find_sticky) || is_window_visible(window));
|
||||
|
||||
return refnum;
|
||||
return refnum;
|
||||
}
|
||||
|
||||
static int window_refnum_right(int refnum, int wrap)
|
||||
|
|
@ -1665,10 +1664,9 @@ static int window_refnum_right(int refnum, int wrap)
|
|||
break;
|
||||
|
||||
window = window_find_refnum(refnum);
|
||||
} while (!WINDOW_STICKY_MATCH(window, find_sticky) ||
|
||||
is_window_visible(window));
|
||||
} while (!WINDOW_STICKY_MATCH(window, find_sticky) || is_window_visible(window));
|
||||
|
||||
return refnum;
|
||||
return refnum;
|
||||
}
|
||||
|
||||
/* SYNTAX: WINDOW LEFT [-directional] */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue