From 8a25ed009d64fc7a49a3e4d0e44ea2ee91ddf01d Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Tue, 27 Jan 2015 03:08:10 +0000 Subject: [PATCH] Remove compact hotkey to avoid conflicts --- src/view.c | 6 ------ 1 file changed, 6 deletions(-) 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 */ -- 2.43.2