tab title buffer increased to 4kb
[k8sterm.git] / README
blob35ab6ccca8f2a65abe4f34c55c6aa5ee65400aa5
1 sterm - simple terminal
2 -----------------------
3 sterm is a simple virtual terminal emulator for X which sucks less.
6 Requirements
7 ------------
8 In order to build sterm you need the Xlib header files.
11 Compiling
12 ---------
14     sh 0build.sh
17 Using
18 -----
19 Copy .sterm.rc to ~/.sterm.rc
20 Copy ./sterm to /usr/local/bin
21 Type "sterm" to run sterm in rxvt mode.
22 Type "sterm -T xterm" to run sterm in xterm mode.
25 Configuration
26 -------------
27 sterm searches config files in this order:
29     ~/.sterm.rc
30     ~/.config/sterm.rc
31     /etc/sterm.rc
32     /etc/sterm/sterm.rc
33     ./.sterm.rc
36 Features that will not be added
37 -------------------------------
38   * transparency
39   * ttf font support
40   * scripting
41   * japanese and other strange languages
42   * unnecessary (for me) bloating
45 Credits
46 -------
47 Based on AurĂ©lien APTEL <aurelien dot aptel at gmail dot com> bt source code.
48 Heavily modified by Ketmar // Vampire Avalon (xmpp/emal: ketmar@ketmar.no-ip.org)