1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 17:31:24 +02:00

Save wicd ebuild for later

This commit is contained in:
2020-02-05 17:07:31 +01:00
parent 86936c0528
commit 4d0848efe2
9 changed files with 303 additions and 0 deletions
@@ -0,0 +1,15 @@
--- a/curses/wicd-curses.py
+++ b/curses/wicd-curses.py
@@ -1153,9 +1153,10 @@
if not ui._started:
return False
- input_data = ui.get_input_nonblocking()
+ ui.set_input_timeouts(max_wait=0)
+ input_data = ui.get_input()
# Resolve any "alarms" in the waiting
- self.handle_keys(input_data[1])
+ self.handle_keys(input_data)
# Update the screen
canvas = self.frame.render((self.size), True)