mpterm is a terminal for the GNOME desktop environment. It allows a user the have several windows open at the same time embedded within a single window. The user can swap between any of the open terminals with a mouse click, or a key-binding from the keyboard. This program is for command line junkies who don't want their desktop cluttered with several terminals.
| Tags | Terminals Terminal Emulators/X Terminals Desktop Environment GNOME |
|---|---|
| Licenses | GPL |
| Implementation | Python |
Recent comments
23 Aug 2001 17:32
Re: GNU screen
...or look at the Freshmeat project page (freshmeat.net/projects...).
23 Aug 2001 17:16
GNU screen
I suggest you take a look at GNU Screen (ftp.gnu.org/pub/gnu/sc...) which is a similar sort of tool except it works on any tty (xterm, xvt, aterm, Linux console, serial terminal, telnet session, etc.) not just X11. Its many features include cut/paste, split screen, connection sharing (multiple clients accessing same screen sessions, great for two xterms) and session disconnection/reconnection. It's a must-have for those intermittant serial or network connections.