use std::pair instead of two different containters

This commit is contained in:
unK
2008-09-10 10:50:59 +02:00
parent 0e1e3c6342
commit e36bf0a3cc
8 changed files with 132 additions and 118 deletions

View File

@@ -41,6 +41,8 @@
#include "scrollpad.h"
#include "misc.h"
typedef std::pair<string, string> StringPair;
enum NcmpcppScreen
{
csHelp,
@@ -55,7 +57,6 @@ enum NcmpcppScreen
};
const int ncmpcpp_window_timeout = 500;
const int search_engine_static_option = 17;
const string home_folder = getenv("HOME");
const string TERMINAL_TYPE = getenv("TERM");