From 750b350fe38e7ceeeee5e77fc59f71cfa4ceb379 Mon Sep 17 00:00:00 2001
From: max ulidtko <ulidtko@gmail.com>
Date: Sun, 5 Dec 2010 01:03:22 +0200
Subject: [PATCH] [#237] fix mouse scrolling in less on Ubuntu
---
src/guake | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/guake b/src/guake
index 97e275d..45362b2 100644
|
a
|
b
|
|
| 1133 | 1133 | box.terminal.connect('child-exited', self.on_terminal_exited, box) |
| 1134 | 1134 | box.terminal.connect('window-title-changed', |
| 1135 | 1135 | self.on_terminal_title_changed, box) |
| | 1136 | box.terminal.set_alternate_screen_scroll(True) |
| 1136 | 1137 | box.show() |
| 1137 | 1138 | |
| 1138 | 1139 | self.term_list.append(box.terminal) |