Added check to see if libinfow is required by ncursesw.

This commit is contained in:
rakshasa
2012-02-27 01:22:47 +09:00
parent 482a9ba09f
commit d8f41a28fa
5 changed files with 40 additions and 229 deletions
+2 -1
View File
@@ -38,9 +38,10 @@
#define RTORRENT_INPUT_BINDINGS_H
#include <map>
#include <ncurses.h>
#include <sigc++/functors/slot.h>
#include "display/attributes.h"
namespace input {
class Bindings : private std::map<int, sigc::slot0<void> > {
+1 -1
View File
@@ -36,7 +36,7 @@
#include "config.h"
#include <ncurses.h>
#include "display/attributes.h"
#include "text_input.h"