This commit is contained in:
Přemysl Eric Janouch 2018-10-20 22:13:13 +02:00
parent 804f051d66
commit 609ddfab22
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 23 additions and 24 deletions

View File

@ -38,7 +38,7 @@
/* Cyan is good with both black and white.
* Can't use A_REVERSE because bold'd be bright.
* Unfortunately ran out of B&W attributes. */ \
XX( MULTISELECT,"multiselect",-1, 6, 0 ) \
XX( MULTISELECT, "multiselect",-1, 6, 0 ) \
XX( SCROLLBAR, "scrollbar", -1, -1, 0 ) \
/* These are for debugging only */ \
XX( WARNING, "warning", 3, -1, 0 ) \
@ -540,7 +540,6 @@ item_list_resize (struct item_list *self, size_t len)
// For simplicity, the listview can only work with items that are one row high.
struct tab;
struct row_buffer;
enum action;
/// Try to handle an action in the tab