You are right, my system uses termcap indeed:
libtermcap.so.2 => /lib/libtermcap.so.2 (0xb776f000)
The problem was solved by replacing the line
vs|xterm|xterm-color|vs100|xterm terminal emulator (X Window System):\
with
vs|xterm|xterm-color|vs100|rxvt-256color|xterm terminal emulator (X
Window System):\
on /etc/termcap.
Thank you very much!
De: Marc Lehmann <[email protected]>
Para: [email protected]
Cc: "[email protected]" <[email protected]>
Enviadas: Segunda-feira, 20 de Junho de 2016 23:09
Assunto: Re: Line Wrapping Configuration
On Mon, Jun 20, 2016 at 01:19:46PM +0000, [email protected] wrote:
> I've checked termcap and my undestanding is that my system doesn't use it (as
> $TERMCAP and $TERMPATH aren't defined), but uses terminfo instead ($TERMINFO
> is defined). Thus I compared the output of infocmp of urxvt against a xterm
> terminal (where the problem doesn't occurs) but the only differences are
> related to color options: 'ccc', 'colors', 'initc', 'pairs', 'setab',
> 'setaf', 'setb, and 'setf'.
Slightly tangential, but termcap is used when the program in question
is configured to use it, regardless of the environment, and even though
termcap is obsolete for some decades, some gnu/linux distributions still
force some programs (typically bash) to use termcap instead of terminfo. I
don't know if slackware is one of those, but you can usually check using
"ldd /bin/bash" to see whether it links against termcap or tinfo.
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / [email protected]
-=====/_/_//_/\_,_/ /_/\_\
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode