mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
rtorrent: Update to 0.9.7
Also switch to tarball. Should be faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
- Canvas(int x = 0, int y = 0, int width = 0, int height = 0);
|
||||
+ Canvas(int x = 0, int y = 0, int width = 1, int height = 1);
|
||||
~Canvas() { delwin(m_window); }
|
||||
~Canvas() { if (!m_isDaemon) { delwin(m_window); } }
|
||||
|
||||
void refresh() { wnoutrefresh(m_window); }
|
||||
void refresh() { if (!m_isDaemon) { wnoutrefresh(m_window); } }
|
||||
|
||||
Reference in New Issue
Block a user