mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
/window prev didn't work because of small "typo".
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@205 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
00b03e8c01
commit
36421bb11b
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ static int window_refnum_prev(int refnum)
|
||||||
WINDOW_REC *rec = tmp->data;
|
WINDOW_REC *rec = tmp->data;
|
||||||
|
|
||||||
if (rec->refnum < refnum && (max == -1 || rec->refnum > max))
|
if (rec->refnum < refnum && (max == -1 || rec->refnum > max))
|
||||||
max = rec->refnum;
|
prev = rec->refnum;
|
||||||
if (max == -1 || rec->refnum > max)
|
if (max == -1 || rec->refnum > max)
|
||||||
max = rec->refnum;
|
max = rec->refnum;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue