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] Text is cut when the window size is to small when running command #1470

Open
c0d3x opened this issue Dec 30, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@c0d3x
Copy link

c0d3x commented Dec 30, 2024

Be sure to read the FAQ before submitting a new issue.

General description of bug:

  • What happened: Text is cut to the length of the terminal window, and resizing does not help because content is not there
  • What should happen: The text should be truncated in some way so it does not cut the text to the window size
  • Fastfetch version used: fastfetch 2.33.0 (x86_64)
  • Where did you get the binary: brew
  • Does this issue still occur in the latest dev build? yes

Often helpful information:

Screenshot:
image

The content of the configuration file you use (if any):

{
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
    "logo": {
        "padding": {
            "top": 8
        }
    },
    "modules": [
        "title",
        "separator",
        "os",
        "host",
        "bios",
        "kernel",
        "initsystem",
        "uptime",
        "shell",
        "monitor",
        "terminal",
        "terminalfont",
        "terminaltheme",
        {
            "type": "cpu",
            "showPeCoreCount": true,
            "temp": true
        },
        "cpucache",
        "cpuusage",
        {
            "type": "gpu",
            "driverSpecific": true,
            "temp": true
        },
        "memory",
        "swap",
        "disk",
        {
            "type": "battery",
            "temp": true
        },
        "poweradapter",
        {
            "type": "localip",
            "showIpv6": false,
            "showMac": true,
            "showSpeed": true,
            "showMtu": false,
            "showLoop": false,
            "showFlags": false,
            "showAllIps": true
        },
        "dns",
        "locale",
        "users",
        {
            "type": "physicaldisk",
            "temp": true
        },
        "version",
        "break"
    ]
}
  • The terminal you used: Ghostty 1.0.0 (Build 8469)
@c0d3x c0d3x added the bug Something isn't working label Dec 30, 2024
@CarterLi
Copy link
Member

CarterLi commented Dec 31, 2024

The text should be truncated in some way so it does not cut the text to the window size

I wonder if there is a way to do that.

You may try --disable-linewrap false, I don't think you will like it though.

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

No branches or pull requests

2 participants