Show More
@@ -173,7 +173,7 b' def late_startup_hook(self):' | |||
|
173 | 173 | #print "default startup hook ok" # dbg |
|
174 | 174 | |
|
175 | 175 | |
|
176 | def show_in_pager(self,s): | |
|
176 | def show_in_pager(self, data, start, screen_lines): | |
|
177 | 177 | """ Run a string through pager """ |
|
178 | 178 | # raising TryNext here will use the default paging functionality |
|
179 | 179 | raise TryNext |
General Comments 0
You need to be logged in to leave comments.
Login now