-
-
Notifications
You must be signed in to change notification settings - Fork 614
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]: Atuin eats last line from terminal #2575
Labels
bug
Something isn't working
Comments
When I type {
"atuin": {
"version": "18.4.0",
"sync": null,
"sqlite_version": "3.46.0"
},
"shell": {
"name": "nu",
"default": "bash",
"plugins": [],
"preexec": null
},
"system": {
"os": "NixOS",
"arch": "x86_64",
"version": "25.05",
"disks": [
{
"name": "/dev/mapper/system",
"filesystem": "btrfs"
},
{
"name": "/dev/mapper/system",
"filesystem": "btrfs"
},
{
"name": "/dev/nvme0n1p2",
"filesystem": "vfat"
}
]
}
} |
Encountering this as well, on two different machines (in the middle of transitioning to a newer machine): {
"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": "24.04",
"disks": [
{
"name": "/dev/nvme1n1p2",
"filesystem": "ext4"
},
{
"name": "/dev/nvme1n1p1",
"filesystem": "vfat"
}
]
}
} {
"atuin": {
"version": "18.4.0",
"sync": null,
"sqlite_version": "3.46.0"
},
"shell": {
"name": "bash",
"default": "bash",
"plugins": [
"atuin",
"bash-preexec"
],
"preexec": null
},
"system": {
"os": "Ubuntu",
"arch": "x86_64",
"version": "22.04",
"disks": [
{
"name": "/dev/nvme0n1p4",
"filesystem": "ext4"
},
{
"name": "/dev/nvme0n1p4",
"filesystem": "ext4"
},
{
"name": "/dev/sda11",
"filesystem": "ext4"
},
{
"name": "/dev/nvme0n1p3",
"filesystem": "ext4"
},
{
"name": "/dev/nvme0n1p5",
"filesystem": "ext4"
},
{
"name": "/dev/nvme0n1p1",
"filesystem": "vfat"
},
{
"name": "/dev/nvme0n1p4",
"filesystem": "ext4"
},
{
"name": "/dev/nvme0n1p4",
"filesystem": "ext4"
},
{
"name": "/dev/nvme0n1p4",
"filesystem": "ext4"
}
]
}
} Edit: I installed 18.3.0 and confirmed that this behavior isn't occurring in that version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you expect to happen?
I am expecting Atuin not to hiding any output on the terminal.
What happened?
After selecting command from history (either to run or edit it), when TUI disappears, the terminal shifts one line up thus covering such line. Such behavior happens only if the path is long enough. It may be relevant that I use fish shell and powerline.
The image bellow shows such behavior. The Atuin is invoked by pressing arrow up (between frames 2 and 3), next tab key is pressed to select the command (between frames 3 and 4).
Atuin doctor output
Code of Conduct
The text was updated successfully, but these errors were encountered: