Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix display bug when not showing summary/holdings. #222

Merged
merged 1 commit into from
May 3, 2022

Conversation

tomclegg
Copy link
Contributor

Extra newline caused view to be N+1 rows on an N-row screen, which is not handled well by bubbletea.

Extra newline caused view to be N+1 rows on an N-row screen,
which is not handled well by bubbletea.
@tomclegg
Copy link
Contributor Author

tomclegg commented Apr 7, 2022

using 80x25 terminal and example config:

compact: true
show-tags: false
show-separator: false
interval: 1
watchlist:
  - CM
  - CM.TO
  - BMO
  - BMO.TO
  - RY
  - RY.TO
  - TD
  - TD.TO
  - NA.TO
  - BNS
  - BNS.TO
  - AAPL
  - GOOG
  - MSFT
  - AMZN

running v4.5.1:

running with the fix:

@achannarasappa achannarasappa merged commit 961755a into achannarasappa:master May 3, 2022
@achannarasappa
Copy link
Owner

This looks great! Thanks for this fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants