aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-15 07:38:28 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-15 07:38:28 -0400
commit2a4a9f0a6f6102ee3eaa94dd2fe82f11635ba2f8 (patch)
tree3e0f8e0b3414caf95002569b91b7e0ebacf4bfd8 /doc
parentd2b2532b8a4c07c2f7c15b368e9cc0ffa724056a (diff)
downloadfujinet-chat-2a4a9f0a6f6102ee3eaa94dd2fe82f11635ba2f8.tar.gz
Add doc/statusbar.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/statusbar.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/statusbar.txt b/doc/statusbar.txt
new file mode 100644
index 0000000..9af854a
--- /dev/null
+++ b/doc/statusbar.txt
@@ -0,0 +1,33 @@
+The status bar shows the status of all 7 screens. Each one will appear
+as one of:
+
+- Grey dot (.): Screen not in use (never opened, or has been closed).
+
+- Grey number: Screen has no activity since you last looked at it.
+
+- Green number: Screen has activity that you haven't seen yet.
+
+- Red number: Screen has activity that's intended for you: a private
+ message, or your nick has been mentioned in a channel (AKA you've
+ been highlighted).
+
+Note: the colors listed above can be changed in the Config tool or via
+the /color command.
+
+When a number is displayed, you can press Start and that number to
+switch to that screen. Trying to switch to an unused screen won't
+do anything.
+
+When switching screens with Start+A, FujiNetChat goes to the
+right-most (highest numbered) highlighted screen (red). If there
+are no highlighted screens, it goes to the right-most active screen
+(green). If there are no screens with activity, it doesn't change
+screens.
+
+Note that the current screen (the one you're looking at) will never be
+red or green.
+
+This works about like irssi's Meta-A key, except that irssi actually
+keeps track of when each of its windows became active or highlighted,
+and goes to the oldest one first. FujiNetChat just starts at the last
+screen and works its way down.