Terminal emulator with all the bells and whistles https://www.enlightenment.org
Go to file
Gustavo Sverzut Barbieri 35e7dbbf4e better handle -e 'command' if there is a shell expression.
If command contains spaces, $ or other known shell commands, it's
spawned with a "sh -c $COMMAND" instead.

this allows us to start terminology to "watch ps" or things like that.

Also changed the return code on failure to 127, similar to system(3).

NOTE: should we reset some signals? Remember that ecore traps most of them.



SVN revision: 72313
2012-06-17 19:13:03 +00:00
data add mild theme without that weird highlight. 2012-06-17 18:12:38 +00:00
m4 reduce number of warnings with -Wall -Wextra. 2012-06-17 17:04:17 +00:00
src better handle -e 'command' if there is a shell expression. 2012-06-17 19:13:03 +00:00
.gitignore terminology .gitignore: Updated .gitignore 2012-06-17 17:20:27 +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 terminology: typos 2012-06-12 10:30:53 +00:00
TODO del options widget after 10 sec delay when they popped down. 2012-06-17 09:54:36 +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 performance: allow limiting the maximum log level at compile time. 2012-06-17 18:41:23 +00:00

README

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

An EFL terminal emulator

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

  * 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