yetist / mate-terminal

The MATE Terminal Emulator

Home Page:http://www.mate-desktop.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the MATE terminal emulator application.  mate-terminal is
only the shell (menubar, prefs dialog); the terminal emulation ("stuff
in the middle") comes from the VTE widget. Remember this when you
report a bug. ;-)

MATE terminal is a fork of GNOME terminal.

How it works
===

Profiles - 
  all settings are stored in profiles. prefs dialog edits the current
  profile

Session - 
  just the number of open windows/tabs and their profile is stored
  per-session
 
Command line options - 
  do not overlap things that are preferences


== Install ==

Example:
./autogen.sh --prefix=/usr --sysconfdir=/etc \
    --disable-static --localstatedir=/var --with-gnu-ld
make
sudo make install

About

The MATE Terminal Emulator

http://www.mate-desktop.org

License:GNU General Public License v3.0


Languages

Language:C 97.2%Language:Makefile 0.9%Language:Perl 0.6%Language:Roff 0.5%Language:M4 0.4%Language:C++ 0.3%Language:Shell 0.1%