View Issue Details

IDProjectCategoryView StatusLast Update
0007146Kali LinuxKali Package Bugpublic2022-03-31 15:48
ReporterKaluser33 Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2021.1 
Summary0007146: Tmux / Qterminal - Border incorrectly displayed in tmux with zsh prompt
Description

Hello, first congratulation and thank you for your awesome work.

The bug :
The border between the right-hand pane and left-hand pane is incorrectly displayed in Tmux, when using Qterminal (see screenshot). It's annoying.
The error is happening when the ZSH prompt is displayed (in the left pane).
I do not have the issue with xfce4-terminal.
Problem exists with default configuration files (.zshrc and .tmux.conf).
The problem exist in Debian testing IF i use the Kali .zshrc file; But not problem with default Debian .zshrc file.

Steps To Reproduce
  • Open Qterminal
  • Start tmux: $ tmux
  • Split vertically : C-b %
  • Go back to 1st pane : C-b ;
  • Type some command : $ uname -a
  • => Whenever the zsh prompt is displayed, the border is incorrectly displayed.
Additional Information

I use this workaround :
In .zshrc, change the default prompt :
PROMPT=$'%F{%(#.blue.green)}┌──${debian_chroot:+($debian_chroot)──}$(venv_info)(%B%F{%(#.red.blue)}%n%(#.�.㉿)%m%b%F{%(#.blue.green)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.blue.green)}]\n└─%B%(#.%F{red}#.%F{blue}$)%b%F{reset} '
by this one :
PROMPT=$'%F{%(#.blue.green)}┌──${debian_chroot:+($debian_chroot)──}$(venv_info)(%B%F{%(#.red.blue)}%n@%m%b%F{%(#.blue.green)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.blue.green)}]\n└─%B%(#.%F{red}#.%F{blue}$)%b%F{reset} '

Have a nice day

Attached Files
Tmux_zsh_prompt_bug.png (2,087,268 bytes)

Activities

daniruiz

daniruiz

2022-03-31 15:48

manager   ~0015983

This was already fixed

Issue History

Date Modified Username Field Change
2021-04-18 19:29 Kaluser33 New Issue
2021-04-18 19:29 Kaluser33 File Added: Tmux_zsh_prompt_bug.png
2021-04-19 06:25 daniruiz Assigned To => daniruiz
2021-04-19 06:25 daniruiz Status new => assigned
2022-03-31 15:48 daniruiz Note Added: 0015983
2022-03-31 15:48 daniruiz Status assigned => resolved
2022-03-31 15:48 daniruiz Resolution open => fixed