sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 91a6fe43ed63bb2321a347ee4e56aee018a7de6d
parent fac58b5552b02b52acb390cad8fcd9712dc3c760
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat,  5 Jan 2019 21:00:58 +0100

st goals: improve formatting and fix a broken sentence, keep legacy goals for now

Diffstat:
Mst.suckless.org/goals/index.md | 24+++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)

diff --git 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 -----