View | Details | Raw Unified | Return to bug 156294
Collapse All | Expand All

(-)rtorrent/files/patch-src__display__canvas.h (+11 lines)
Line 0 Link Here
1
--- src/display/canvas.h.orig	2010-06-26 14:05:07.000000000 +0200
2
+++ src/display/canvas.h	2011-04-09 11:21:30.000000000 +0200
3
@@ -48,7 +48,7 @@
4
 public:
5
   typedef std::vector<Attributes> attributes_list;
6
 
7
-  Canvas(int x = 0, int y = 0, int width = 0, int height = 0) :
8
+  Canvas(int x = 0, int y = 0, int width = 1, int height = 1) :
9
     m_window(newwin(height, width, y, x)) {}
10
   ~Canvas() { delwin(m_window); }
11
 

Return to bug 156294