We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue for tracking all things needed for the box score. The first three are taken from issue #9
For the player names I'm using the last string after splitting by white space. This leads to some wrong results, e.g. Fernando Tatis Jr. becomes Jr..
Fix player name display
Fix flickering when terminal is too small (issue Table widths in small blocks #10)
Make players selectable -> display player information on Enter
Enter
The text was updated successfully, but these errors were encountered:
andschneider
No branches or pull requests
Issue for tracking all things needed for the box score. The first three are taken from issue #9
For the player names I'm using the last string after splitting by white space. This leads to some wrong results, e.g. Fernando Tatis Jr. becomes Jr..
Fix player name display
Fix flickering when terminal is too small (issue Table widths in small blocks #10)
Make players selectable -> display player information on
Enter
The text was updated successfully, but these errors were encountered: