From ec2383a529675fa20770a6b13dbf799adb0f7ad5 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 15 Dec 2015 00:11:28 +0000 Subject: [PATCH] coding style --- vigil | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vigil b/vigil index b45ad03..f8484d0 100755 --- a/vigil +++ b/vigil @@ -40,7 +40,6 @@ Keys: import asyncio import collections -import curses import functools import gc import gzip @@ -842,8 +841,7 @@ class Screen: ({"K", "end"}, listing_right), ({"o"}, toggle_sort), ({"n"}, move_to_next_issue), ({"N"}, move_to_next_issue_of_tool), ({"e"}, edit_file), ({"s"}, toggle_status_style), - ({"w"}, toggle_watch_filesystem), ({"q"}, quit_), - ({curses.KEY_MOUSE}, on_mouse_event)] + ({"w"}, toggle_watch_filesystem), ({"q"}, quit_)] class Runner: