Removed /mouse command

This commit is contained in:
James Booth
2015-07-19 22:48:12 +01:00
parent f3326bf105
commit 46e2f11b93
11 changed files with 6 additions and 89 deletions

View File

@@ -101,10 +101,6 @@ ui_init(void)
cbreak();
noecho();
keypad(stdscr, TRUE);
if (prefs_get_boolean(PREF_MOUSE)) {
mousemask(ALL_MOUSE_EVENTS, NULL);
mouseinterval(5);
}
ui_load_colours();
refresh();
create_title_bar();