Index: /Users/grant/src/sup/lib/sup/modes/buffer-list-mode.rb
===================================================================
--- /Users/grant/src/sup/lib/sup/modes/buffer-list-mode.rb	(revision 704)
+++ /Users/grant/src/sup/lib/sup/modes/buffer-list-mode.rb	(working copy)
@@ -13,6 +13,10 @@
 
   def lines; @text.length; end
   def [] i; @text[i]; end
+  
+  def focus
+    reload # buffers may have been killed or created since last view
+  end
 
 protected
 
