Added preferences

This commit is contained in:
James Booth
2012-05-10 03:29:48 +01:00
parent d7cee5bec9
commit 6d5d41b33a
5 changed files with 78 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ static int dirty;
static int max_cols = 0;
// allow beep?
static int do_beep = TRUE;
static int do_beep = FALSE;
static void _create_windows(void);
static int _find_prof_win_index(const char * const contact);