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

Uneven margins with only chat messages #599

Closed
calebaden opened this issue May 16, 2024 · 5 comments
Closed

Uneven margins with only chat messages #599

calebaden opened this issue May 16, 2024 · 5 comments
Labels
type: bug Something isn't working

Comments

@calebaden
Copy link

Describe the bug:

Trying to achieve a minimal chat window results in empty space on the top and bottom of screen because the chat area does not update when the options title_shown and state_tabs are disabled and when not in insert mode.

To Reproduce:

  1. Set title_shown = false in config
  2. Set state_tabs = false in config
  3. Join any chat lobby in twt
  4. Observe empty lines on top and bottom of window when not in insert mode

Expected behavior:

Chat messages should use entire area of terminal like other terminal applications.

Screenshots:

2024-05-17-082154_hyprshot
2024-05-17-081755_hyprshot

System:

  • Twitch-tui version: 2.6.8
  • Operating System: Arch Linux w/ kernel 6.9.0
  • Terminal: foot 1.17.2
  • Shell: zsh 5.9

Additional context:
Add any other context about the problem here.

@Xithrius
Copy link
Owner

Thanks for the issue! I'll see what I can do to fix this.

@Xithrius Xithrius added the type: bug Something isn't working label May 17, 2024
@Xithrius
Copy link
Owner

Did you happen to modify the config variable hide_chat_border? I managed to forget to put it in the default config in the repository, although it should be there when generating a local config. This doesn't solve your issue, I'm just making sure.

@calebaden
Copy link
Author

Yes, it was there when I generated a local config and I changed it to true

@Xithrius
Copy link
Owner

Alright, thanks. I've narrowed down where the issue is occurring, I'll just need to fix it.

@Xithrius
Copy link
Owner

Fixed, available in the release linked below. Feel free to reopen this issue if it's still broken.

https://github.com/Xithrius/twitch-tui/releases/tag/v2.6.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants