[wiki] [sites] Add FAQ from 1. http://lists.suckless.org/dev/1301/13940.html * http://git.suckless.org/st/plain/FAQ || Kai Hendry

From: <git_AT_suckless.org>
Date: Thu, 03 Jan 2013 08:00:58 +0100

commit adffa8afa4fece0e74efc604591722557298ac88
Author: Kai Hendry <hendry_AT_webconverger.com>
Date: Thu Jan 3 14:59:32 2013 +0800

    Add FAQ from
    1. http://lists.suckless.org/dev/1301/13940.html
    * http://git.suckless.org/st/plain/FAQ
    
    http://git.suckless.org/st/plain/FAQ can now be deleted

diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md
index cf40f35..8cccdfc 100644
--- a/st.suckless.org/index.md
+++ b/st.suckless.org/index.md
_AT_@ -7,17 +7,17 @@ What is wrong with xterm?
 xterm is bloated and unmaintainable. Here's an excerpt from the README:
 
                                         Abandon All Hope, Ye Who Enter Here
-
-
+
+
         This is undoubtedly the most ugly program in the distribution. It was one of
         the first "serious" programs ported, and still has a lot of historical baggage.
- Ideally, there would be a general tty widget and then vt102 and tek4014
- subwidgets so that they could be used in other programs. We are trying to
+ Ideally, there would be a general tty widget and then vt102 and tek4014
+ subwidgets so that they could be used in other programs. We are trying to
         clean things up as we go, but there is still a lot of work to do.
 
 Needless to say things have *not* changed, it's still ugly.
-It has over 65K lines of code and emulates obscure and obsolete terminals
-you will [never need](http://www.science.uva.nl/museum/tek4014.php).
+It has over 65K lines of code and emulates obscure and obsolete terminals
+you will [never need](http://www.science.uva.nl/museum/tek4014.php).
 The popular alternative, rxvt has *only* 32K lines of code. This is just
 too much for something as simple as a terminal emulator; it's yet another
 example of code complexity.
_AT_@ -66,7 +66,17 @@ description. You can delete it when you're done.
 Try lauching it with a different TERM: `$ TERM=xterm myapp`. toe(1)
 will give you a list of available terminals, but you'll most likely
 switch between `xterm`, `st` or `st-256color`. The default value for TERM can be
-changed in config.h (TNAME).
+changed in config.h (TNAME).
+
+### 4. How do I scroll back up?
+Invoke st with a screen multiplexer like screen or tmux. `st -e screen` works
+better for [text reflowing](http://superuser.com/a/346784/4929). To enter GNU screen's
+scroll back mode aka "copy mode", it's C-a ESC. You probably want
+`defscrollback 10000` in your `~/.screenrc` too.
+
+### 5. Why does st not handle utmp entries?
+Use the excellent tool of [utmp](http://hg.suckless.org/utmp) for this task.
+
 
 If all else fails, send an email to a contributor/ML explaining your
 problem in detail.
_AT_@ -86,6 +96,7 @@ Development
 st is actively developed. You can [browse](http://git.suckless.org/st) its source code repository or get a copy using git with the following command:
 
         git clone http://git.suckless.org/st
+ cd st; make VERSION=$(git describe --always)
 
 Contributors
 ------------
Received on Thu Jan 03 2013 - 08:00:58 CET

This archive was generated by hypermail 2.3.0 : Thu Jan 03 2013 - 08:12:06 CET