1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

Giving -nogui parameter to /who doesn't use the GUI dialog

All the dialogs that have clist widget: you can resize columns and
sort the list by clicking the headers

/who dialog displays total number of items and the list is searchable


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@14 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 1999-09-04 19:02:39 +00:00 committed by cras
parent 13456f7fbd
commit 409fd91186
2 changed files with 6 additions and 5 deletions

10
NEWS
View File

@ -12,10 +12,12 @@ v0.7.16 1999-09-xx Timo Sirainen <cras@irccrew.org> [unstable]
+ /window goto active - moves you to first window with activity
+ /list and /names complains if they're run without any arguments,
-YES overrides this
+ /list -nogui doesn't use the GUI list display
+ /list and /who dialog changes: you can resize columns, sort the
list by clicking the headers, displays total number of channels and
the list is searchable
+ Giving -nogui parameter to /list and /who commands doesn't use the
GUI dialog
+ All the dialogs that have clist widget: you can resize columns and
sort the list by clicking the headers
+ /list and /who dialogs displays total number of items and the list
is searchable
- Notifylist and checking of who uses your nick uses WHOIS again,
WHO didn't display user info unless s/he was -i or in same
channels..

1
TODO
View File

@ -1,4 +1,3 @@
- tee se column sorttingi kaikkiin clistoihin
*** Bugs