1
1

Move cursor to the correct line in browse_draw()

Этот коммит содержится в:
Yorhel 2009-04-26 11:22:24 +02:00
родитель 43fec63281
Коммит ceecccc3ae

Просмотреть файл

@ -287,6 +287,7 @@ void browse_draw() {
break;
i++;
}
selected -= i;
/* print the list to the screen */
for(i=0; n!=NULL && i<winrows-3; n=n->next) {