Debian Patches

Status for powerline-go/1.26-2

Patch Description Author Forwarded Bugs Origin Last update
update_module_gopsutil_to_v4.patch Update module gopsutil to v4 Mikel Olasagasti Uranga <mikel@olasagasti.info> no 2024-09-08
fix_background_colour_bleeding_into_wrapped_prompt_lines.patch fix: background colour bleeding into wrapped prompt lines
When a prompt row is wider than the terminal it soft-wraps. If that wrap
happens on the last screen line, the terminal scrolls and fills the newly
exposed line with the background colour that is active at that moment
("background colour erase", as implemented by xterm, VTE, Alacritty and
others). The rest of that line then keeps the colour of whichever segment
straddled the wrap, which is most visible with the red exit-code segment
after a failed command.

Erase from the cursor to the end of the line (CSI K) at the end of every
left-prompt row, after all colours have been reset, so the leftover cells
of a wrapped row get the terminal's default background again. The sequence
is wrapped in the shell's non-printing markers like every other escape, so
prompt width calculations are unaffected. The right prompt is left alone.

Verified with bash in tmux across terminal widths 60-125, with and without
Samuel Henrique <samueloph@debian.org> no 2026-09-13

All known versions for source package 'powerline-go'

Links