wmiirc-rumai

git clone git://oldgit.suckless.org/wmiirc-rumai/
Log | Files | Refs | README | LICENSE

commit 9052026fa3f0f0b05c66543f3cf264fed998f837
parent ac51e0f6ba124ce0623fd04611c7402acb9ec256
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date:   Thu, 26 Apr 2007 22:49:31 -0700

restore patch: temp view no longer takes you to existing temp views

Diffstat:
wmiirc-config.rb | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmiirc-config.rb b/wmiirc-config.rb @@ -431,7 +431,7 @@ EOF # Sends grouped clients to temporary view. shortcut Key::PREFIX + 'b' do src = current_tag - dst = src + '~' + dst = src + '~' + src.object_id.abs.to_s grouped_clients.each do |c| c.tag dst @@ -446,7 +446,7 @@ EOF shortcut Key::PREFIX + 'Shift-b' do src = current_tag - if src =~ /~$/ + if src =~ /~\d+$/ dst = $` grouped_clients.each do |c|