Terminal emulator with all the bells and whistles https://www.enlightenment.org
Go to file
Carsten Haitzler b8190b75ca complete unabirdged compose table/tree in terminology now. this should
go to ecore i think.



SVN revision: 72952
2012-06-27 15:27:59 +00:00
data Terminology: move the media controls top-right (less used place) intead of bottom-left 2012-06-26 20:07:55 +00:00
m4 reduce number of warnings with -Wall -Wextra. 2012-06-17 17:04:17 +00:00
src complete unabirdged compose table/tree in terminology now. this should 2012-06-27 15:27:59 +00:00
.gitignore ignore++ 2012-06-25 17:12:21 +00:00
AUTHORS finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
COPYING ok then - BSD. so it can be a lib. 2012-06-17 23:20:17 +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 Terminology: Add autogen.sh to Makefile.am for Sleep_Walker. 2012-06-18 12:42:25 +00:00
NEWS finally a terminal emulator for efl! sure - uses a lot of text 2012-06-12 10:10:01 +00:00
README update README 2012-06-19 10:55:24 +00:00
TODO handle selection loss cb's from elm now 2012-06-25 11:17:03 +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 only print err or crit logs. others not compiled in. 2012-06-21 08:18:12 +00:00

README

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

An EFL terminal emulator

Requirements:
-------------

  * elementary 1.1 (1.0.99 SVN latest)
  * eina
  * eet
  * evas 1.3 (1.2.99 SVN latest)
  * ecore
  * edje
  * emotion
  * ecore-imf
  * ecore-imf-evas

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

Note: to make accented chars with deadkeys work, you need to use an
input method handler. Right now only XIM works, so try this before you
run terminology:

export ECORE_IMF_MODULE="xim"
export XMODIFIERS="@im=none"