diff options
author | Bert <ber.t@gmx.com> | 2011-02-19 22:12:08 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-19 22:12:08 +0100 |
commit | a152f82ce6e010859232f83f466a4c1628bb18ed (patch) | |
tree | 938dc3ab7960900648a0768e7929a1eb5e3ebc0c /thumbs.h | |
parent | 2194df82ed76870829ef948cd2d53abbe8126457 (diff) |
Sync thumb selection & fileidx; check thumb view
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ void tns_free(tns_t*, win_t*); void tns_load(tns_t*, win_t*, const char*); void tns_render(tns_t*, win_t*); -void tns_highlight(tns_t*, win_t*, int); +void tns_highlight(tns_t*, win_t*, int, Bool); int tns_move_selection(tns_t*, win_t*, movedir_t); |