changeset: 288:c08a326da7b7
parent: 286:4c7699cf469e
user: arg_AT_localhost.localdomain
date: Wed Oct 07 07:18:10 2009 +0000
files: st.suckless.org/goals.md st.suckless.org/goals/index.md
description:
moved
diff -r 4c7699cf469e -r c08a326da7b7 st.suckless.org/goals.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/st.suckless.org/goals.md Wed Oct 07 07:18:10 2009 +0000
_AT_@ -0,0 +1,21 @@
+#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)
+
+#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)
diff -r 4c7699cf469e -r c08a326da7b7 st.suckless.org/goals/index.md
--- a/st.suckless.org/goals/index.md Tue Oct 06 14:39:06 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -1,21 +0,0 @@
-#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)
-
-#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)
changeset: 289:9a7cad243755
parent: 288:c08a326da7b7
parent: 287:d475c8b11ebf
user: kris_AT_localhost.localdomain
date: Wed Oct 07 18:52:09 2009 +0000
description:
Merge.
diff -r c08a326da7b7 -r 9a7cad243755 wmii.suckless.org/themes.tpl
--- a/wmii.suckless.org/themes.tpl Wed Oct 07 07:18:10 2009 +0000
+++ b/wmii.suckless.org/themes.tpl Wed Oct 07 18:52:09 2009 +0000
_AT_@ -1,11 +1,14 @@
-% {
+%{
# To add your themes to this file, define them below as you would
# in rc syntax, and follow them with a call to:
#
# theme "theme name"
#
# See below for examples.
+%}
+
+% {
THEMES
======
changeset: 290:63d55171a9b6
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Wed Oct 07 14:54:25 2009 -0400
files: wmii.suckless.org/themes.tpl
description:
Fix wmii.suckless.org/themes.tpl
diff -r 9a7cad243755 -r 63d55171a9b6 wmii.suckless.org/themes.tpl
--- a/wmii.suckless.org/themes.tpl Wed Oct 07 18:52:09 2009 +0000
+++ b/wmii.suckless.org/themes.tpl Wed Oct 07 14:54:25 2009 -0400
_AT_@ -35,7 +35,7 @@
bg = $WMII_BACKGROUND
%}
<h1>%($name%)</h1>
- <div style="color: %($ff%); background: %($bg%); border-color: %($fr%);">
+ <div style="color: %($ff%); background: %($bg%); border: 1px solid %($fr%);">
<div style="color: %($ff%); background: %($fb%); border: 0px; border-bottom: 1px solid %($fr%); margin: 0;">
WMII_FOCUSCOLORS=('%($ff%)' '%($fb%)' '%($fr%)')
</div>
_AT_@ -43,7 +43,7 @@
WMII_BACKGROUND='%($bg%)'
</div>
</div>
- <div style="color: %($nf%); background: %($nb%); border-color: %($nr%); margin-top: .5em;">
+ <div style="color: %($nf%); background: %($nb%); border: 1px solid %($nr%); margin-top: .5em;">
WMII_NORMCOLORS=('%($nf%)' '%($nb%)' '%($nr%)')
</div>
%{
Received on Wed Oct 07 2009 - 20:55:12 CEST