From 75c3d3dc6fc97501a1c13643682fd732b316a559 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 29 Jun 2009 01:45:48 +0200 Subject: bars fixed 1. colors wouldn't display correctly, because used color_at instead of attr_at. 2. x did not terminate the bar process because of a call to a nonexistant method. 3. added proper colorscheme support --- code/bars.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/bars.rb') diff --git a/code/bars.rb b/code/bars.rb index 8e176c01..08546a79 100644 --- a/code/bars.rb +++ b/code/bars.rb @@ -3,7 +3,7 @@ require 'thread' class Bar def kill(evil = true) Fm.bar_del(self) - Fm.force_update +# Fm.force_update @thread.kill end -- cgit 1.4.1-2-gfad0 mirror of ~rjarry's aerc fork - a pretty good email clientakspecs <akspecs@tilde.institute>
about summary refs log blame commit diff stats
path: root/contrib/_incr_version
blob: dfd22db58a2b002f431ecff946550209e4f7356f (plain) (tree)
1
2
3
4