A basic tabbed terminal.
Was too bloated on my first try, and on my next attempt I couldn’t compile it.
- 2009-04-27 – 0.4.4.1 on PCLinuxOS 2007
-
2009-04-11 – 0.4.5~pre2 on PCLinuxOS 2007
Table of Contents [hide]
2009-04-27 – 0.4.4.1 ∞
apt-get install libvte-devel
Some neat src/config.h options:
#define BELL_AUDIBLE TRUE // #define CLOSE_SAFELY TRUE /* Do not kill running applications */ #define COMMAND_AT_ROOT_WINDOW TRUE /* -r option, run in root window */ #define COMMAND_FULLSCREEN TRUE /* -f option, init in fullscreen mode */ #define COMMAND_SET_TITLE TRUE /* -T or -title to set program title */ #define COMMAND_SHOW_HELP TRUE /* -h option, show help */ #define CURSOR_BLINKS TRUE #define CURSOR_COLOR "blue" #define DEFAULT_COLUMNS 80 #define DEFAULT_ROWS 24 #define DEFAULT_COMMAND g_getenv("SHELL") #define DEFAULT_DIRECTORY g_get_current_dir() #define DEFAULT_EMULATION_TYPE "xterm" #define DEFAULT_ENCODING "UTF-8" #define FONT "Monospace" #define FONT_SIZE 10 #define MOUSE_CURSOR_AUTOHIDE TRUE #define RECORD_LASTLOG TRUE #define SCROLL_LINES 1000 #define SCROLL_ON_KEYSTROKE TRUE // #define SCROLLBAR_RIGHT TRUE #define SHOW_WINDOW_BORDER TRUE #define SHOW_WINDOW_DECORATED TRUE
-
The hotkey changing doesn’t really make sense to me. It needs more description.
Aw fuck, I can’t compile anything on this screwed up system. Sigh..
make
/usr/lib/libxcb-xlib.so.0: undefined reference to `_xcb_unlock_io' /usr/lib/libxcb-xlib.so.0: undefined reference to `_xcb_lock_io' collect2: ld returned 1 exit status make: *** [evilvte] Error 1
2009-04-11 – 0.4.5~pre2 ∞
- Wow, the first program, in all these years, which has compile-time options.
-
Just too big compared to xterm. Takes way too many cycles and memory in comparison.

ported