]> git.cworth.org Git - sup/blobdiff - lib/sup/modes/thread-index-mode.rb
Merge branch 'alignment-tweaks' into next
[sup] / lib / sup / modes / thread-index-mode.rb
index d1b7fdba7899fc07f324a6f5a4c21a709bb6fc84..5038d29f308fb5a609c783add43e401d011b34a9 100644 (file)
@@ -112,7 +112,7 @@ EOS
       mode = ThreadViewMode.new t, @hidden_labels, self
       BufferManager.spawn t.subj, mode
       BufferManager.draw_screen
-      mode.jump_to_first_open true
+      mode.jump_to_first_open
       BufferManager.draw_screen # lame TODO: make this unnecessary
       ## the first draw_screen is needed before topline and botline
       ## are set, and the second to show the cursor having moved