Skip to content

Commit

Permalink
59 terminalbox output scrolls down automatically (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak authored Jan 20, 2023
2 parents 30dd2c2 + 8e738b5 commit 600e5f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: [openandroidinstaller-dev]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04 LTS). W

## Officially supported devices

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


Support for these devices is provided as best effort, but things might still go wrong.
Expand Down
2 changes: 1 addition & 1 deletion openandroidinstaller/views/step_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def __init__(self, expand: bool = True):

def build(self):
self._box = Container(
content=Column(scroll="auto", expand=True),
content=Column(scroll="auto", expand=True, auto_scroll=True),
margin=10,
padding=10,
alignment=alignment.top_left,
Expand Down

0 comments on commit 600e5f3

Please sign in to comment.