lol
1--- a/curses/wicd-curses.py 2015-01-27 22:35:25.414781192 -0300
2+++ b/curses/wicd-curses.py 2015-01-28 01:13:48.078904587 -0300
3@@ -1153,9 +1153,10 @@
4 if not ui._started:
5 return False
6
7- input_data = ui.get_input_nonblocking()
8+ ui.set_input_timeouts(max_wait=0)
9+ input_data = ui.get_input()
10 # Resolve any "alarms" in the waiting
11- self.handle_keys(input_data[1])
12+ self.handle_keys(input_data)
13
14 # Update the screen
15 canvas = self.frame.render((self.size), True)