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).
This commit is contained in:
Clement Tsang
2020-11-28 15:37:06 -05:00
committed by GitHub
parent a9c1197075
commit 3260ff4663
10 changed files with 214 additions and 55 deletions
+2
View File
@@ -203,6 +203,8 @@ jobs:
run: |
strip target/${{ matrix.triple.target }}/release/btm
# TODO: Strip ARM
- name: Bundle release and completion (Windows)
if: matrix.triple.os == 'windows-2019'
shell: bash