Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169564 - rxvt-unicode wrong width with tabbed extension
Summary: rxvt-unicode wrong width with tabbed extension
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-06 02:31 UTC by Xuefer
Modified: 2007-03-06 14:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xuefer 2007-03-06 02:31:17 UTC
$ urxvt -pe tabbed -geometry 80x40
opens a terminal with 78 columns (2 columns less) than normal (without -pe tabbed)

Reproducible: Always

Steps to Reproduce:
more easy to reproduce:
$ urxvt -pe tabbed -geometry 10x10
in the new term window
$ echo 1234567890

Actual Results:  
12345678
90

Expected Results:  
1234567890
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-06 07:25:00 UTC
$ urxvt -pe tabbed -geometry 80x40
$ echo 1234567890
1234567890

[ebuild   R   ] x11-terms/rxvt-unicode-8.2  USE="iso14755 perl truetype" 0 kB 
Comment 2 Bernard Cafarelli gentoo-dev 2007-03-06 14:21:44 UTC
This should be tried with "-geometry 10x10", not "-geometry 80x40"

Or else, simply "echo 12345678901234567890123456789012345678901234567890123456789012345678901234567890"

I also have this problem when using tabbed terminals (applications complaining about a too small terminal width). Did not look into it further, as I prefer to use screen over a single urxvt for now