Replaced -T flag with -tt; default thumbnail size

This commit is contained in:
Bert
2011-02-20 00:28:28 +01:00
parent a30901210c
commit f0f6644fae
4 changed files with 13 additions and 21 deletions

6
main.c
View File

@ -411,12 +411,6 @@ void on_keypress(XKeyEvent *kev) {
case XK_Right:
changed = tns_move_selection(&tns, &win, TNS_RIGHT);
break;
/* scroll */
case XK_bracketleft:
break;
case XK_bracketright:
break;
}
}