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

Bug: terminal output truncated by bottom tabs #972

Open
soanvig opened this issue Feb 19, 2025 · 0 comments
Open

Bug: terminal output truncated by bottom tabs #972

soanvig opened this issue Feb 19, 2025 · 0 comments
Assignees

Comments

@soanvig
Copy link

soanvig commented Feb 19, 2025

Rio version: 0.2.7
Platform: Linux, x86_64, Xorg, Gnome

Reproduction:

  1. set tabs to be visible on the bottom
  2. open terminal
  3. open new tab
  4. print ls in first tab few times
  5. print ls in second tab few times

Result:
First tab uses old window height (that changed after opening new tab on the bottom), leading to few pixels being truncated from the bottom. Second tab (and other new tabs) is already aware of changed height, and it works properly

Image

Settings (sorry for that syntax, it's from Nix, but you get the idea; I did not debug that issue by trying to change settings like padding or font size):

fonts.family = "JetBrains Mono";
fonts.hinting = true;
fonts.regular.weight = 600;
padding-x = 20;
padding-y = [ 15 15 ];
navigation.mode = "BottomTab";
window.width = 1200;
window.height = 700;
window.decorations = "Buttonless";
confirm-before-quit = false;
@raphamorim raphamorim self-assigned this Feb 19, 2025
@raphamorim raphamorim moved this to In Progress in Rio terminal 0.2.x Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants