Cleanup
This commit is contained in:
parent
804f051d66
commit
609ddfab22
3
nncmpp.c
3
nncmpp.c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue