From: MINAMI H. <mi...@mi...> - 2005-01-15 04:36:45
|
On Mon, 2005-01-10 at 20:31 +0900, Seiichi SATO wrote: > TD's xterm(197): > - saved/restored .... no > - shared between normal/alternate screen .... yes > > rxvt 2.6.4: > - saved/restored .... no > - shared between normal/alternate screen .... no > > mlterm (2.9.1 pre/cvs-1.806) > - saved/restored .... no > - shared between normal/alternate screen .... yes > > In the implementation of cursor state, it seems to be compatible > with TD's xterm. Thanks for checking. The rxvt's behavior may be desireble for some purposes since tere is no way to know current cursor visibility from an application running on a terminal. However, it should be almost whenever enough to simply revert cursor to the normal state after drawing finished. So I'd like to leep current implementation for a while. -- minami |