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 prompt is breaking (two-lines) #2514

Open
1 task done
DrorDvash opened this issue Dec 31, 2024 · 1 comment
Open
1 task done

[Bug]: Terminal prompt is breaking (two-lines) #2514

DrorDvash opened this issue Dec 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DrorDvash
Copy link

DrorDvash commented Dec 31, 2024

What did you expect to happen?

terminal prompt should be normal.

What happened?

I'm using Kali Linux (both 2023.4 and 2024.4), and for unknown reasons, the terminal prompt from time to time breaks up while I'm in atuin screen (Ctrl+r), as you can see in the screenshots:

image
image
image

mostly it happens when I press ctrl+r and leave it open for 15 seconds.

Atuin doctor output

{
  "atuin": {
    "version": "18.4.0",
    "sync": null,
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "zsh",
    "default": "zsh",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Kali GNU/Linux",
    "arch": "x86_64",
    "version": "2024.4",
    "disks": [
      {
        "name": "/dev/sda1",
        "filesystem": "ext4"
      }
    ]
  }
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
@DrorDvash DrorDvash added the bug Something isn't working label Dec 31, 2024
@LoXeras
Copy link

LoXeras commented Jan 6, 2025

I work with a Mac and have the same behaviour.

What happened?
I use iTerm2 with zsh on MacOS. The same issue comes up when I press the arrow up key. After this the linebreakes are messed up completely. When I restart the terminal all is normal again until I press the arrow up again.

Bildschirmfoto 2025-01-06 um 13 03 59

Atuin doctor output

{
  "atuin": {
    "version": "18.4.0",
    "sync": null,
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "zsh",
    "default": "zsh",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Darwin",
    "arch": "arm64",
    "version": "15.2",
    "disks": [
      {
        "name": "Macintosh HD",
        "filesystem": "apfs"
      },
      {
        "name": "Macintosh HD",
        "filesystem": "apfs"
      }
    ]
  }
}

Code of Conduct

[x] I agree to follow this project's Code of Conduct

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