Terminal emulator with all the bells and whistles https://www.enlightenment.org
Go to file
Carsten Haitzler 8b822a61d7 finally a terminal emulator for efl! sure - uses a lot of text
objects. need evas textgrid obj and more, but this marks a first
"usable" state for terminology. more needs doing like underline and
strikethrough support, blink support, visual bell, config panel etc.



SVN revision: 72007
2012-06-12 10:10:01 +00:00
data finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
m4 finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
src finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
AUTHORS finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
COPYING finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
ChangeLog finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
INSTALL finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
Makefile.am finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
NEWS finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
README finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
autogen.sh finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
configure.ac finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00

README

Terminology
-----------

An EFL terminal emtulator

Requiremnents:
--------------

  * elementary 1.1 (1.0.99 SVN latest)
  * evas 1.3 (1.2.99 SVN latest)
  * ecore
  * edje

Please see http://www.enlightenment.org for information on these.

Compiling:
----------

Once you have met requirements, compiling and installing is simple:

  ./configure
  make
  make install