Terminal emulator with all the bells and whistles https://www.enlightenment.org
Go to file
Carsten Haitzler 63e43697c1 2bugs--
SVN revision: 73925
2012-07-16 11:06:21 +00:00
data oops - add images. missing. 2012-07-15 05:57:23 +00:00
m4 reduce number of warnings with -Wall -Wextra. 2012-06-17 17:04:17 +00:00
src sex up the selection in terminology. :) 2012-07-15 04:49:20 +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 add to READMe and... add logic to find urls under the mouse. also 2012-07-03 15:25:19 +00:00
TODO 2bugs-- 2012-07-16 11:06:21 +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 use new ecore-input compose handling in terminology. 2012-06-28 08:21:51 +00:00

README

Terminology 0.1.0

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net

******************************************************************************

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
  * ecore-input 1.3 (1.2.99 SVN latest)

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

This is an EFL terminal emulator with some extra bells and whistles.
It's brand new and was only started near the begining of June 2012, so
expecting it to do everything a mature terminal emulator does is a bit
premature, but considering it's young age, it does a lot.

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

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

  ./configure
  make
  make install

Note: to make terminology work with input methods in general you need:

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

Special key controls:

Shift+PgUp = Scroll 1 page up
Shift+PgDn = Scroll 1 page down
Shift+Insert = Paste Clipboard (ctrl+v/c) selection
Shift+Ctrl+Insert = Paste Primary (hilight) selection
Shift+Keypad-Plus = Font size up 1
Shift+Keypad-Minus = Font size down 1
Shift+Keypad-Multiply = Reset font size to 10
Shift+Keypad-Divide = Copy highlight to Clipboard (same as ctrl+c in gui apps)

Mouse controls:

Right mouse button = controls menu
Middle mouse button = paste highlight selection
Left mouse button/drag = make highlight
Wheel = scroll up or down in history
Ctrl+Wheel = zoom font size up/down

Extended escapes for terminology only:

[\033][{][COMMAND][\000]
i.e.
  1.   ESC char (\033 or 0x1b)
  2.   { char
  3... sequence of UTF8 chars other than nul (\000 or 0x00).
  4    \000 char (nul byte or 0x00 to indicate end of sequence)
e.g.
  echo -n '\033{Hello world\000'
  
Commands understood: