From: Andy Spencer Date: Tue, 27 Jan 2015 03:08:10 +0000 (+0000) Subject: Remove compact hotkey to avoid conflicts X-Git-Url: http://pileus.org/git/?p=lackey;a=commitdiff_plain;h=8a25ed009d64fc7a49a3e4d0e44ea2ee91ddf01d Remove compact hotkey to avoid conflicts --- diff --git a/src/view.c b/src/view.c index 5a80051..cfff88e 100644 --- a/src/view.c +++ b/src/view.c @@ -231,12 +231,6 @@ static int process(int key, mmask_t btn, int row, int col) return set_view(active, NULL); case '?': // help return set_view(active, &help_view); - case 'c': - COMPACT ^= 1; - set_bool("view", 0, "compact", COMPACT); - update_sizes(); - draw_view(); - return 1; } /* Pass key to active view */