summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-06 10:02:36 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-06 10:02:36 +0000
commit59cdedc181679b6db41a536a2d45a9bfe20e0c74 (patch)
treec51ba25afdf28cc4a22833068a468e6d7c3231d7 /NOTES
parentaa0f2de98a241686f23d6d2c4aa4e47971342304 (diff)
Plus status bar colour.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/NOTES b/NOTES
index 0be8954a..2f3c1eb0 100644
--- a/NOTES
+++ b/NOTES
@@ -16,7 +16,7 @@ There is one default server process per user which puts its socket in
invocations will connect to the same server. The server holds multiple
sessions.
-Syntax is: tmux [-v] [-S path] [-s sessioon] command [flags]
+Syntax is: tmux [-v] [-S path] [-s session] command [flags]
-v Create logfiles, verbosity increases with more -v
-S Set different server socket path
@@ -59,3 +59,10 @@ Commands:
Set command prefix (meta) key.
Sessions are destroyed when no windows remain attached to them.
+
+Status bar colour is currently fixed, it can be changed by changing the
+last argument of line 38 in status.c:
+
+ input_store_two(b, CODE_ATTRIBUTES, ATTR_REVERSE, 0x20);
+
+0x47 is white-on-blue.