commit 62ccc222332d0ee7274c9632194bf1489adc1891 parent b1fd4f1610c5c1df77a5c8465e99a74cfb6f1ce1 Author: jake@zoidberg <unknown> Date: Tue, 6 Oct 2009 14:39:06 +0000 Fix wording in goals, link to the mailing list thread Diffstat:
| M | st.suckless.org/goals/index.md | | | 29 | +++++++++++++++-------------- |
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/st.suckless.org/goals/index.md b/st.suckless.org/goals/index.md @@ -1,20 +1,21 @@ -#What st is going to do so far (Arg said so) -- *Good* xterm compliance -- 256 colour support -- Filters that change colour and shit -- Server to save session in case you crash X -- Unlimited scroll back buffer +#Confirmed st features +- *Good* xterm compliance (Arg) +- 256 colour support (Arg) +- Filters that change colour (Arg) +- Server to save session in case you crash X (Arg) +- Unlimited scroll back buffer (Arg) -and - -#What people want added -- Redirect the IO of the terminal to a file. (pancake) -- st should keep a pointer to the beggining 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 (me(jt_)) -- Some more stuff +#Theoretical features +- Redirect the IO of the terminal to a file (pancake) +- st should keep a pointer to the beggining 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_) +- More features not thought up at the moment #Goals - suck less #Non-goals -- ?? +- ? + +#Links +* [Mailing list thread](http://lists.suckless.org/dev/0908/0868.html)