diff options
| -rw-r--r-- | TODO | 9 | ||||
| -rw-r--r-- | doc/statusbar.txt | 16 |
2 files changed, 15 insertions, 10 deletions
@@ -5,7 +5,9 @@ Once they're all finished, I'll tag alpha2 and post it on AA. FujiChat features, we're almost at parity! -- Configurable ctcp version response. Does it matter? +X Configurable ctcp version response. Not going to do for now. Having + the git commit and date in the version response is more important, + during the alpha release cycle. - [*] Keyboard buffer, if possible. Right now we miss the occasional keystroke when typing fast & furious during network I/O. Not sure how to accomplish this with FujiNet (the old FujiChat @@ -15,7 +17,7 @@ FujiChat features, we're almost at parity! Other stuff: -- Implemented, but not sure it was worth doing: +? Implemented, but not sure it was worth doing: If an VBI-driven keyboard buffer turns out to be impossible or too much of a PITA to contemplate, another idea to avoid dropping keystrokes: after every keypress, wait something like 1/4 or 1/3 @@ -81,11 +83,8 @@ Config file and initial config: hotkeys like [S]erver, [N]ick. Categories (as tabs? tree?). I'm not going to get this right without some user feedback, since I'm mainly a CLI and text editor guy. -- There should be a preset list of servers to choose from, or the - user can enter his own. - There should be a file selector for load/save config. More prefs: -- CTCP VERSION response? Do we need it? - Ignore list (maybe). - Connect macro (log in to bot). diff --git a/doc/statusbar.txt b/doc/statusbar.txt index f6f76b6..40fc0b3 100644 --- a/doc/statusbar.txt +++ b/doc/statusbar.txt @@ -11,7 +11,12 @@ as one of: - Grey number: Screen has no activity since you last looked at it. -- Green number: Screen has activity that you haven't seen yet. +- Dark green number: Screen has new activity, but not channel text. + Examples: join, part, nick change messages. Also server messages + (numerics) in the [server] screen. + +- White number: Screen has new channel text in it (but your name + was not mentioned). - 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 @@ -27,17 +32,18 @@ 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 +(white). If there are none, it looks for the right-most dark green +one. 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. +Note that the current screen (the one you're looking at) will always +be grey. + Activity -------- |
