comparison mcabber/src/TODO @ 103:93dcc4e15d4a

[/trunk] Changeset 117 by mikael * Optimize scr_handle_tab() * Add /roster command completion (with its parameters) * Clean up compl.c (debug stuff) * Update TODO
author mikael
date Thu, 21 Apr 2005 19:38:23 +0000
parents f20831f7d349
children 57daf8da91d1
comparison
equal deleted inserted replaced
102:2b4cc6bc5bf2 103:93dcc4e15d4a
1 1
2 BUGS: 2 BUGS:
3 3
4 * Should not stay on buddy buffer when one moves to a group 4 * Should not stay on buddy buffer when one moves to a group
5 * Pending message not displayed if buddy outside Contact window 5 * Pending message not displayed if buddy outside Contact window
6 * Command not recognised if there is a trailing space! ("/quit ")
7 * Completion is buggy when we're not at the EOL...
8 6
9 7
10 TODO: 8 TODO:
11 9
12 * Display status 10 * Display status
32 - /clear 30 - /clear
33 * Command line history (^P/^N) 31 * Command line history (^P/^N)
34 * External commands for events 32 * External commands for events
35 * Multi-lines 33 * Multi-lines
36 * Handle window resize 34 * Handle window resize
37 * Command line completion
38 * Scroll back history 35 * Scroll back history
39 * Save history 36 * Save history
40 * Shortcut to jump to next message received (shift-tab?) 37 * Shortcut to jump to next message received (shift-tab?)
41 * File transfer? :) 38 * File transfer? :)
42 * Conferences :)) 39 * Conferences :))