mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2491 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
37f8547dc4
commit
c2b8d150df
12
TODO
12
TODO
@ -192,7 +192,9 @@
|
|||||||
- /BIND -delete doesn't print that it did the deleting
|
- /BIND -delete doesn't print that it did the deleting
|
||||||
- /BIND -deletes should be saved in config
|
- /BIND -deletes should be saved in config
|
||||||
- ^W (and some others) don't update cut buffer.
|
- ^W (and some others) don't update cut buffer.
|
||||||
- default binds: M-d, M-t, M-y
|
- default binds: M-d, M-y
|
||||||
|
- capitalize-word (meta-c), downcase-word (meta-l),
|
||||||
|
transpose-words (meta-t), upcase-word (meta-u)
|
||||||
- UTF-8 support
|
- UTF-8 support
|
||||||
- /PASSWORD command that asks you to type the password to entry line and
|
- /PASSWORD command that asks you to type the password to entry line and
|
||||||
would hide it with asterisks, good if people spy on you :)
|
would hide it with asterisks, good if people spy on you :)
|
||||||
@ -327,6 +329,13 @@
|
|||||||
- finish the support for multiple input lines and a way to switch
|
- finish the support for multiple input lines and a way to switch
|
||||||
between them, so eg. each split window could have it's own input line.
|
between them, so eg. each split window could have it's own input line.
|
||||||
- padding char so instead of just spaces you could have ------
|
- padding char so instead of just spaces you could have ------
|
||||||
|
- hide the whole statusbar if none of it's items use any space
|
||||||
|
(visible = "auto")
|
||||||
|
- /SBAR # PLACEMENT top|bottom sometimes messes up the screen a bit,
|
||||||
|
^L helps though
|
||||||
|
- /STATUSBAR prompt DISABLE hangs irssi because there's no input line.
|
||||||
|
Add some check to not allow this.
|
||||||
|
- /STATUSBAR could list also disabled bars
|
||||||
|
|
||||||
- Server connecting:
|
- Server connecting:
|
||||||
- More verbose connecting
|
- More verbose connecting
|
||||||
@ -371,6 +380,7 @@
|
|||||||
- File completion could guess when it's wanted, word beginning with /
|
- File completion could guess when it's wanted, word beginning with /
|
||||||
(not at start of line of course, unless / isn't in cmdchars)
|
(not at start of line of course, unless / isn't in cmdchars)
|
||||||
or ~/ or ./
|
or ~/ or ./
|
||||||
|
- filename completion doesn't work properly if path has spaces
|
||||||
|
|
||||||
- Modules:
|
- Modules:
|
||||||
- Figure out module vs. plugin wording, what is what ;)
|
- Figure out module vs. plugin wording, what is what ;)
|
||||||
|
Loading…
Reference in New Issue
Block a user