ui:util:pager: document Nathan Weizenbaum as author of Ruby inspiration
[be.git] / libbe / ui / util / pager.py
index e6e6d1bd8fb4f54d5f5a102f6d5d2a5916b71b32..20a583e2f40c472970370eec92b4e105477ca9c6 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2009-2012 Chris Ball <cjb@laptop.org>
-#                         W. Trevor King <wking@drexel.edu>
+#                         W. Trevor King <wking@tremily.us>
 #
 # This file is part of Bugs Everywhere.
 #
@@ -22,7 +22,8 @@ Automatic pager for terminal output (a la Git).
 
 import sys, os, select
 
-# see http://nex-3.com/posts/73-git-style-automatic-paging-in-ruby
+# Inspired by Nathan Weizenbaum's
+#   http://nex-3.com/posts/73-git-style-automatic-paging-in-ruby
 def run_pager(paginate='auto'):
     """
     paginate should be one of 'never', 'auto', or 'always'.