Skip to content

Commit 600e5f3

Browse files
authored
59 terminalbox output scrolls down automatically (#60)
2 parents 30dd2c2 + 8e738b5 commit 600e5f3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: [openandroidinstaller-dev]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04 LTS). W
5555

5656
## Officially supported devices
5757

58-
Currently, the **we support 41 devices** by various vendors and working on adding more soon!
58+
Currently, the **we support 45 devices** by various vendors and working on adding more soon!
5959

6060

6161
Support for these devices is provided as best effort, but things might still go wrong.

openandroidinstaller/views/step_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def __init__(self, expand: bool = True):
274274

275275
def build(self):
276276
self._box = Container(
277-
content=Column(scroll="auto", expand=True),
277+
content=Column(scroll="auto", expand=True, auto_scroll=True),
278278
margin=10,
279279
padding=10,
280280
alignment=alignment.top_left,

0 commit comments

Comments
 (0)