commit 91a6fe43ed63bb2321a347ee4e56aee018a7de6d
Author: Hiltjo Posthuma <[email protected]>
Date: Sat Jan 5 21:00:58 2019 +0100
st goals: improve formatting and fix a broken sentence, keep legacy goals
for now
diff --git a/st.suckless.org/goals/index.md b/st.suckless.org/goals/index.md
index 91596dc0..a89abb32 100644
--- a/st.suckless.org/goals/index.md
+++ b/st.suckless.org/goals/index.md
@@ -10,26 +10,24 @@ TODO
Theoretical features
--------------------
* st should keep a pointer to the beginning of the oldest line, because we
- would like to keep lines and not part of them (pancake)
-* Edit previous text in the terminal like in Plan 9 and 9term (jt_)
-* add your feature request here
+ would like to keep lines and not part of them (pancake).
+* Edit previous text in the terminal like in Plan 9 and 9term (jt_).
Goals
-----
-* have a working graphical terminal for terminal applications
-* do no reimplement tmux and his comrades
+* Have a working graphical terminal for terminal applications.
+* Do not reimplement tmux and his comrades.
Non-goals
---------
-* filters that change colour (should be done by tmux or something doing the
- higher layers *in* st)
-* server to save sessions in case of X crash (should be done by dtach)
-* unlimited scrollback buffer (done by dvtm)
+* Filters that change colour (should be done by tmux or something doing the
+ higher layers in st).
+* Server to save sessions in case of X crash (should be done by dtach or tmux).
+* Unlimited scrollback buffer (done by dvtm or tmux).
* URL selecting/launching in browser similiar to vimperator's mark mode and the
- urxvt script (patch?) (possibly piped through something like plumb to
- * This one is done by a simple shortcut in dwm which will launch your
- plumber on the current select buffer. St has easy select through
- double-click. This keeps the complex logic out of the st context.
+ urxvt script. However, this can be done by a simple shortcut in dwm which
will
+ launch your plumber on the current select buffer. St has easy select through
+ double-click. This keeps the complex logic out of the st context.
Links
-----