Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.py b/terminal.py
index 9232545..0e9a818 100644
--- a/terminal.py
+++ b/terminal.py
@@ -371,7 +371,7 @@ class TerminalActivity(activity.Activity):
def selected_cb(terminal, c, row, cb_data):
return 1
- (scrollback_text, attributes_) = page.vt.get_text(selected_cb, 1)
+ scrollback_text = page.vt.get_text(selected_cb, False)
scrollback_lines = scrollback_text.split('\n')