summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 325049b)
raw | patch | inline | side by side (parent: 325049b)
author | Max Kellermann <max.kellermann@gmail.com> | |
Tue, 21 Mar 2017 20:13:47 +0000 (21:13 +0100) | ||
committer | Max Kellermann <max.kellermann@gmail.com> | |
Tue, 21 Mar 2017 20:13:47 +0000 (21:13 +0100) |
src/list_window.h | patch | blob | history |
diff --git a/src/list_window.h b/src/list_window.h
index b3452f13d23d51df6d971e66e2d87a22469c905a..697e1e0e163af938e337bf1773111bde68b79523 100644 (file)
--- a/src/list_window.h
+++ b/src/list_window.h
unsigned start;
unsigned selected;
- unsigned range_base; /* represents the base item. */
- bool range_selection; /* range selection activated */
+
+ /**
+ * Represents the base item.
+ */
+ unsigned range_base;
+
+ /**
+ * Range selection activated?
+ */
+ bool range_selection;
bool hide_cursor;
};