mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Fix active_window_ignore_refnum description
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5106 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
433cf4211f
commit
2a439eee54
14
NEWS
14
NEWS
@ -1,13 +1,11 @@
|
||||
v0.8.15 20xx-xx-xx The Irssi team <staff@irssi.org>
|
||||
+ Add active_window_ignore_refnum option
|
||||
With active_window_ignore_refnum = ON, the current behavior for the
|
||||
active_window key (meta-a by default) is preserved: windows are cycled
|
||||
in the order of most recent activity, highest activity first.
|
||||
With active_window_ignore_refnum = OFF, the old behavior is used:
|
||||
windows are cycled in the order of most recent activity, where ties of
|
||||
equally high activity are broken by refnums. Windows with lower
|
||||
refnums and equal activity will be chosen first.
|
||||
(by Matt Sparks, bug #667)
|
||||
With active_window_ignore_refnum ON, the current behavior for the
|
||||
active_window key (meta-a by default) is preserved: it switches to the
|
||||
window with the highest activity level that was last activated.
|
||||
With active_window_ignore_refnum OFF, the old behavior is used:
|
||||
it switches to the window with the highest activity level with the
|
||||
lowest refnum. (by Matt Sparks, bug #667)
|
||||
- Change some characters illegal in Windows filenames to underscores in
|
||||
logs
|
||||
- Fix disconnects when sending large amounts of data over SSL
|
||||
|
Loading…
Reference in New Issue
Block a user