Terminal emulator with all the bells and whistles https://www.enlightenment.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Carsten Haitzler c2c935e4a4 fix F1-F4 to give different seq in appcur mode. 12 years ago
data First try of two knobs images (for volume and position), absolutely not happy with them. 12 years ago
m4 reduce number of warnings with -Wall -Wextra. 12 years ago
src fix F1-F4 to give different seq in appcur mode. 12 years ago
.gitignore terminology .gitignore: Updated .gitignore 12 years ago
AUTHORS finally a terminal emulator for efl! sure - uses a lot of text 12 years ago
COPYING ok then - BSD. so it can be a lib. 12 years ago
ChangeLog finally a terminal emulator for efl! sure - uses a lot of text 12 years ago
INSTALL finally a terminal emulator for efl! sure - uses a lot of text 12 years ago
Makefile.am Terminology: Add autogen.sh to Makefile.am for Sleep_Walker. 12 years ago
NEWS finally a terminal emulator for efl! sure - uses a lot of text 12 years ago
README update README 12 years ago
TODO handle selection loss cb's from elm now 12 years ago
autogen.sh finally a terminal emulator for efl! sure - uses a lot of text 12 years ago
configure.ac only print err or crit logs. others not compiled in. 12 years ago

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"