From: Sergey K. <svy...@ge...> - 2004-11-26 10:36:47
|
Hello! Sorry if I am writing to wrong, but this list is only way of contacting mlterm developers, from what I found on mlterm.sf.net First of all, let me say, that I am glad to see new version (2.9.0). Keep up great work! And now, may I ask a few questions? So, my questions are: First of all is there any way to make mlterm clear the screen after exiting applications, like vim or mutt. E.g.: when I run vim in xterm and then exit - the screen would go back to state it was before before running vim. The other question is rather a bug report. I found that if I use xcompmgr in latest Xorg and mlterm my X server will crash in 99% of cases. No sure if it's mlterm issue, but this doesn't happen with any other app. Thanks in advance for all answers! Wkr, -- Sergey Kuleshov <svy...@ge...> Home Page: http://dev.gentoo.org/~sergey Jabber: ro...@ja... ICQ: 158439855 |
From: MINAMI H. <mi...@mi...> - 2004-11-26 14:04:51
|
On Fri, 2004-11-26 at 12:38 +0200, Sergey Kuleshov wrote: > First of all is there any way to make mlterm clear the screen after exiting > applications, like vim or mutt. E.g.: when I run vim in xterm and then exit - > the screen would go back to state it was before before running vim. mlterm do not (yet) support all of extentions that XFree86's xterm has. When you are using mlterm with TERM=xterm, there can be some gliches depending on your system's terminfo/termcap data. I'd like to recommend to use mlterm with TERM=mlterm if you want to utilize a bit advanced feature of the terminal emulator. Please try to invoke mlterm as mlterm -y mlterm and run vim on it. You may have to an install terminfo/termcap entry, though. > The other question is rather a bug report. I found that if I use xcompmgr in > latest Xorg and mlterm my X server will crash in 99% of cases. No sure if it's > mlterm issue, but this doesn't happen with any other app. When does your X crash? Just after runing mlterm? #Anyway, X server shouldn't crash even if an application #running on it did stupid things... regards, -- minami <mi...@mi...> |
From: Sergey K. <svy...@ge...> - 2004-11-26 17:52:21
|
On 23:04 Fri 26 Nov , MINAMI Hirokazu wrote: > On Fri, 2004-11-26 at 12:38 +0200, Sergey Kuleshov wrote: > I'd like to recommend to use mlterm with TERM=mlterm if you want to > utilize a bit advanced feature of the terminal emulator. > > Please try to invoke mlterm as > mlterm -y mlterm > and run vim on it. You may have to an install terminfo/termcap entry, > though. > I'd appreciate if you could tell, me how to install those termcap entries, cause I have no idea about this. > > When does your X crash? Just after runing mlterm? > > #Anyway, X server shouldn't crash even if an application > #running on it did stupid things... > Yep, right after mlterm starts. Though, I guess it looks like Xorg bug, not your's! Wkr, -- Sergey Kuleshov <svy...@ge...> Home Page: http://dev.gentoo.org/~sergey Jabber: ro...@ja... ICQ: 158439855 |
From: Seiichi S. <ss...@sh...> - 2004-11-28 05:16:33
|
On Fri, Nov 26, 2004 at 07:54:04PM +0200, Sergey Kuleshov wrote: > I'd appreciate if you could tell, me how to install those termcap entries, cause > I have no idea about this. termcap: http://www.sh.rim.or.jp/~ssato/mlterm/mlterm.tc $ cat mlterm.tc >> ~/.termcap terminfo: doc/term/mlterm.ti $ tic doc/term/mlterm.ti -- Seiichi |
From: Seiichi S. <ss...@sh...> - 2004-11-28 11:42:39
|
On Sun, Nov 28, 2004 at 02:16:22PM +0900, Seiichi SATO wrote: > termcap: > http://www.sh.rim.or.jp/~ssato/mlterm/mlterm.tc > $ cat mlterm.tc >> ~/.termcap $ cat mlterm.tc >> /etc/termcap -- Seiichi |
From: MINAMI H. <mi...@mi...> - 2004-11-26 14:04:59
|
On Fri, 2004-11-26 at 12:38 +0200, Sergey Kuleshov wrote: > First of all is there any way to make mlterm clear the screen after exiting > applications, like vim or mutt. E.g.: when I run vim in xterm and then exit - > the screen would go back to state it was before before running vim. mlterm do not (yet) support all of extentions that XFree86's xterm has. When you are using mlterm with TERM=xterm, there can be some gliches depending on your system's terminfo/termcap data. I'd like to recommend to use mlterm with TERM=mlterm if you want to utilize a bit advanced feature of the terminal emulator. Please try to invoke mlterm as mlterm -y mlterm and run vim on it. You may have to an install terminfo/termcap entry, though. > The other question is rather a bug report. I found that if I use xcompmgr in > latest Xorg and mlterm my X server will crash in 99% of cases. No sure if it's > mlterm issue, but this doesn't happen with any other app. When does your X crash? Just after runing mlterm? #Anyway, X server shouldn't crash even if an application #running on it did stupid things... regards, -- minami <mi...@mi...> |