diff options
author | Perberos <[email protected]> | 2011-11-06 17:13:49 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-06 17:13:49 -0300 |
commit | 13e6e4ab1290cda9426eaedfeda70f7491b6b083 (patch) | |
tree | 2b9b2e1eac4cc6a161bea6f2197de4513ff1ddf7 /README | |
download | mate-terminal-13e6e4ab1290cda9426eaedfeda70f7491b6b083.tar.bz2 mate-terminal-13e6e4ab1290cda9426eaedfeda70f7491b6b083.tar.xz |
initial
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ + +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 +choosing a bugzilla component. ;-) + +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 |