On Wed, Sep 13, 2017 at 07:55:46PM -0300, [email protected] wrote:
> Randomly, but very often, the prompt get very messed:
> A
> www.mediafire.com/view/cckik68h1o9f6rq/urxvtmess.png
Hi, Baron d'Merde :)
Keep in mind that urxvt faithfully executes commands sent to it, so this
prompt is likely correct, in the sense of displaying what the application
printing the prompt told it to display.
One thing to look into is whether the program you use to generate those
commands uses the correct terminal database - most programs use terminfo
these days, but some distributions force programs back to termcap (e.g.
redhat did that for bash), which uses a different database (/etc/termcap).
If that isn't the issue, then you have to find what generates your prompt
and fix it, which might not be aneasy task.
> It seem to just happen when the shell is {t}csh.
I don't think tcsh prints coloured prompts, so likely whatever generates
the prompt is something else, and this would explain the difference
between bash and tcsh - they simply execute different prompt-generating
commands.
> This "mess" usually happen when urxvt start, and after it is minimized or
> hidden in some way.
Minimization (or hiding) shouldn't really do anything to urxvt or the
program running inside, so you might want to find out what your window
manager does instead when you want it to minimize.
For example, maybe your window manager resizes urxvt to some tiny size
which isn't long enough for the prompt. This could cause this problem.
While programs can adapt to size changes, it's quite possible that
whatever generates the prompt isn't so intelligent and simply gets
confused. It's also quite hard to get right in programs that aren't
full-screen, as resizes are asynchronous.
If that's the case, telling your window manager not to do unnecessary
resizes might be a workaround for your problem as well.
> Disabling perls, transparency, or anything does not helped in any way,
Yes, this is unlikely to be an issue in urxvt, it's almost certainly
simply interpreting the commands it gets.
--
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