Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#38372 - [rxvt-unicode-terminfo] screen-256color terminfo broken

Attached to Project: Community Packages
Opened by Michiel Brentjens (mabrentjens) - Friday, 03 January 2014, 23:43 GMT
Last edited by Sébastien Luttringer (seblu) - Monday, 06 January 2014, 19:12 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

After upgrading to rxvt-unicode-terminfo-9.19-1-x86_64 from rxvt-unicode-terminfo-9.18-7-x86_64.pkg.tar.xz, tmux mangles the display in a rxvt-unicode terminal after resizing the window.

Additional info:
* package version(s): 9.19-1
* config and/or log files etc.

.bashrc:
==========================
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi


# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=20000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
export PAGER=less
export PYTHONPATH=".:$HOME/doc/python"
export LD_LIBRARY_PATH=".:$HOME/usr/lib:/usr/local/lib:/usr/local/mysql/lib:/usr/local/git/lib:/usr/local/Trolltech/Qt-4.4.3/lib/:/opt/subversion/lib"

export PATH=".:$HOME/usr/bin:/usr/local/casapy/bin:/usr/local/bin:/usr/local/sbin:${PATH}:/usr/local/karma/bin"

export MAKEFLAGS="-j 8"

eval `dircolors -b $HOME/.dircolors`

PS1='[\u@\h:\w]\$ '
[[ -f "/home/brentjens/.config/autopackage/paths-bash" ]] && . "/home/brentjens/.config/autopackage/paths-bash"

====================


.tmux.conf
==============================
set -g default-terminal "screen-256color"
set-option -g history-limit 10000
#set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-option -g base-index 1

set-option -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix


new -s Work
neww -n Cobalt -c "~/Lofar/cobalt"
neww -n MSSS -c "~/Software/python/msss-hba"
neww -n IPython ipython2
neww -n Man "man tmux"
neww -n Journal "sudo journalctl --follow"

select-window -t 1
==============================


.Xresources:
===============================
urxvt*depth: 32
urxvt*background: rgba:0000/0000/0000/8000
urxvt*foreground: white
urxvt*geometry: 80x80
urxvt*font: xft:DejaVu Sans Mono:size=5
urxvt*loginShell: true
urxvt.scrollBar: false
urxvt.saveLines: 20000
===============================

$ uname -a
Linux brentjenslaptop 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64 GNU/Linux

Steps to reproduce:

- start Xorg session (Xfce + Xmonad)
- start urxvt terminal
- in terminal, call "tmux attach"
- open another window
- resize windows, making the terminal running tmux smaller to the point that it is narrower than the width of the tmux status bar.

The problem disappears when I downgrade to rxvt-unicode-terminfo-9.18-7-x86_64

This task depends upon

Closed by  Sébastien Luttringer (seblu)
Monday, 06 January 2014, 19:12 GMT
Reason for closing:  Upstream
Comment by Sébastien Luttringer (seblu) - Monday, 06 January 2014, 19:12 GMT
Ok, I'm able to reproduce. This bug must be handled upstream. Please report it to urxvt upstream.

Loading...