added support for 'bracketed paste mode'
[k8sterm.git] / README
blob614dae7b7df8428f1b61dc7b4d68be1e1d7c20d5
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   * other bloating
45 Credits
46 -------
47 Based on  AurĂ©lien APTEL <aurelien dot aptel at gmail dot com> bt source code.