Skip to content

[Bug]: '1u' is printed in the beginning of the promp line after exiting atuin menu #2664

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

Open
1 task done
YossiO-BWR opened this issue Apr 2, 2025 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@YossiO-BWR
Copy link

What did you expect to happen?

Clean prompt shown

What happened?

I open the menu by Ctrl-R or UP arrow. I exit the menu by TAB to edit last command or by ESC key.
'1u' text is added to the beginning of the prompt.
Ctrl-C clears it, so does Ctrl-L (without erasing the command that is being edited)

Have this in Konsole terminal running in Ubuntu 22.04 and in Kubuntu 22.04 as well.

Happens in Atuin 18.4 but not in 18.3

Image

Image

Atuin doctor output

{
  "atuin": {
    "version": "18.4.0",
    "sync": null,
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "bash",
    "default": "bash",
    "plugins": [
      "atuin",
      "bash-preexec"
    ],
    "preexec": "bash-preexec"
  },
  "system": {
    "os": "Ubuntu",
    "arch": "x86_64",
    "version": "22.04",
    "disks": [
      {
        "name": "/dev/nvme0n1p2",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme0n1p1",
        "filesystem": "vfat"
      }
    ]
  }
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
@YossiO-BWR YossiO-BWR added the bug Something isn't working label Apr 2, 2025
@reneas
Copy link

reneas commented Apr 21, 2025

I have the same thing happening even with a minimal prompt. I am using Debian 12 with LXQt and QTerminal

Atuin Doctor Output

{
  "atuin": {
    "version": "18.5.0",
    "sync": null,
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "bash",
    "default": "bash",
    "plugins": [
      "atuin",
      "bash-preexec"
    ],
    "preexec": "bash-preexec"
  },
  "system": {
    "os": "Debian GNU/Linux",
    "arch": "x86_64",
    "version": "12",
    "disks": [
      {
        "name": "/dev/sda2",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/sda1",
        "filesystem": "vfat"
      }
    ]
  }
}

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