Michael Jennings wrote:
Absolutely. The tricky part is to split out the terminal emulation
logic from the display engine, and that will take some doing. There
is a prototype project called "enterminus" in CVS that CodeWarrior has
been working on. It's a good start, but we predicted we'd encounter
some tough speed issues, and we were right. It's got a ways to go,
but the effort is there and moving forward. :)
Michael
When starting enterminus, I receive a 1x1 window in the upper left corner,
and when I try to resize it, I die with a floating point exception:
Starting program: /usr/src/e17/proto/enterminus/src/bin/enterminus
[Thread debugging using libthread_db enabled]
[New Thread -1224792368 (LWP 24028)]
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1224792368 (LWP 24028)]
0x0804c131 in term_smart_resize (o=0x2, w=2, h=1) at smart.c:196
196 num_chars_w = w / term->font.width;
Presumably, the following code from smart.c is broken:
term = evas_object_smart_data_get(o);
num_chars_w = w / term->font.width;
num_chars_h = h / term->font.height;
The term object from evas doesn't have the font.width set (or at least
it's set to 0). Is this due to changes in evas that enterminus hasn't
caught up to yet,
or could it be some of my xterm resources font settings?
--
Mike Russo
ReadQ Systems, Inc.
(212) 425 3680 x105
Random quote of the last-time-I-ran-bash:
Writing non-free software is not an ethically legitimate activity, so if
people who do this run into trouble, that's good! All businesses based
on non-free software ought to fail, and the sooner the better.
-- Richard Stallman
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users