summaryrefslogtreecommitdiffstats
path: root/src/app.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-28 15:37:06 -0500
committerGitHub <noreply@github.com>2020-11-28 15:37:06 -0500
commit3260ff4663baed9b2186ee130306dc71e5d521fd (patch)
treedd0ce4b737bede4b643fa0d1680e0b9ff9852747 /src/app.rs
parenta9c1197075d7897cc3066657820eb321434eb0c0 (diff)
feature: Add scroll indicator to keep track of table position in widgets. (#333)
Adds the option to enable an "out of" indicator for scrollable table widgets (using --show_table_scroll_position).
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.rs b/src/app.rs
index 1d2d3a50..d66ce89c 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -48,6 +48,7 @@ pub struct AppConfigFields {
pub table_gap: u16,
pub disable_click: bool,
pub no_write: bool,
+ pub show_table_scroll_position: bool,
}
/// For filtering out information