On Sat, Dec 20, 2014 at 03:08:42PM -0500, Elliot Wolk <[email protected]>
wrote:
> command output is erased on resize in certain circumstances {afaict,
> the circumstances are: scrollback must not exist yet, and the screen
> reset must hide at least 2 lines}
>From the description, and a superficial look at your references, the
behaviour is correct and expected for urxvt - urxvt only reflows if there
is scrollback, so there isn't a bug.
> echo "line1\nline2\nline3\nline4\nline5\nline6\nline7\nline8\nline9"
It helps (in the future) if your test script would work in a normal posix
shell environment, i.e. use printf, which supports c-style escapes such as
\n.
> 4) lines are eaten every time
> e.g.:
> line 1
> line 2
> line 3
> line 4
> 15ne 5
> 16
> 17
This looks more as if one line (15) is overlayed over an exiting
line. Since your script keeps outputting text after the resize, this is
likely due to the script overwriting existing output though.
--
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/cgi-bin/mailman/listinfo/rxvt-unicode