aboutsummaryrefslogtreecommitdiffhomepage
path: root/pager.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-02-20 13:30:26 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-02-20 13:30:26 -0800
commit8eaabacf44698f7cde0c4d10cecb76c06b51b1b7 (patch)
tree6de992e222a3741427a8228ce189788042c6e5fe /pager.h
parentadf5b036d646561dbcd7d3d5d04ab7a0e6827a87 (diff)
Allow double-tapping tab to fully disclose pager, per #291
Diffstat (limited to 'pager.h')
-rw-r--r--pager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pager.h b/pager.h
index 8253dc11..a1c024a6 100644
--- a/pager.h
+++ b/pager.h
@@ -159,6 +159,9 @@ class pager_t
/* Indicates if we are navigating our contents */
bool is_navigating_contents() const;
+ /* Become fully disclosed */
+ void set_fully_disclosed(bool flag);
+
/* Position of the cursor */
size_t cursor_position() const;