On Wed, Sep 11, 2002 at 02:41:02PM -0400, Jungshik Shin wrote:
> Did you mean 'iterm' briefly mentioned by Redovan in this thread?
Looks interesting for the display side for me (similar to
filterm/dynafont for my use). Two issues for me:
- Doesn't work with devfs (Debian-fbiterm 0.1+cvs20020830-1), I've
filed a bug there with the following patch:
--- iterm-0.1+cvs20020830.orig/unix/fbiterm/src/term.c Tue Aug 13 09:10:47 2002
+++ iterm-0.1+cvs20020830/unix/fbiterm/src/term.c Thu Sep 12 19:10:17 2002
@@ -110,7 +110,7 @@
return -1;
}
- if (strncmp ("/dev/tty", TtyName, 8) != 0)
+ if ((strncmp ("/dev/tty", TtyName, 8) != 0) && (strncmp ("/dev/vc/", TtyName, 8) !=
+0))
{
fprintf (stderr,
"Cannot open one more virtual terminal on a virtual terminal %s.\r\n",
- The last line on a framebuffer is not used and (more disturbing)
copied from another VT on console-switch. No fix yet.
- No documentation, as far as I can see. Has iterm a Compose key? If
yes, I might run it on VC-login and I'm set.
Jochen
--
#include <~/.signature>: permission denied
--
Linux-UTF8: i18n of Linux on all levels
Archive: http://mail.nl.linux.org/linux-utf8/