From: Seiichi S. <ss...@sh...> - 2004-10-10 19:13:56
|
Hi, On Mon, Oct 04, 2004 at 12:17:02AM +0200, G=8E=BE=8E=AD=BC=A3bor Farkas wrote: > i use mlterm -j genuine, > and then a lot of mlcients. >=20 > the work great, except for the following bug: > howto reproduce: > 1. start mlterm -j genuine > 2. start some mlclients > 3. in one mlclient, start something, like "vim test.txt" > 4. close that mlclient by closing it using the window-manager (alt-f4 > usually) > 5. now type 'exit'+<enter> in an other mlclient > 6. it will display the content of the "vim test.txt" window before the > closing That is not a bug. When a window is closed (4), mlterm does not disconnect pty in the window. The pty is detached from the window and turns into sleeping pty without a window. You can get pty list by following command. $ mlclient --ptylist When pty is disconnect (5), sleeping pty will be automatically attached (6) if available. -- Seiichi |