comparison mcabber/src/TODO @ 189:4f3975f1b852

[/trunk] Changeset 201 by mikael * Add hbuf_previous_persistent(). Now we should not jump to the buffer's bottom when increasing the screen width.
author mikael
date Fri, 06 May 2005 14:34:51 +0000
parents 7604e3cdbb86
children 58eb8ad9ef74
comparison
equal deleted inserted replaced
188:7604e3cdbb86 189:4f3975f1b852
11 * Get timestamp for offline messages 11 * Get timestamp for offline messages
12 * /connect /disconnect ? 12 * /connect /disconnect ?
13 * Key bindings (ex: F5 <-> /group toggle) 13 * Key bindings (ex: F5 <-> /group toggle)
14 * Pending message not displayed if buddy outside Contact window, 14 * Pending message not displayed if buddy outside Contact window,
15 maybe we could show it someway (maybe just a flag?). 15 maybe we could show it someway (maybe just a flag?).
16 * Add a function in hbuf ~previous_persistent(hbuf *top) (to avoid loosing the
17 top variable on a resize).
18 * Show number of online contacts in folded groups 16 * Show number of online contacts in folded groups
19 * Buddy buffer in full width (handy for cut'n paste!) 17 * Buddy buffer in full width (handy for cut'n paste!)
18 * Emacs key bindings in input line (ctrl-w, ctrl-t)
20 19
21 * Commands! :-) 20 * Commands! :-)
22 - /roster <hide_offline|show_offline|top|bottom> 21 - /roster <hide_offline|show_offline|top|bottom>
23 + next_message (Ctrl-q?) 22 + next_message (Ctrl-q?)
24 - /buffer <clear|top|bottom> 23 - /buffer <clear|top|bottom>