aboutsummaryrefslogtreecommitdiff
path: root/bin/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/handler.py')
-rw-r--r--bin/handler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/handler.py b/bin/handler.py
index b675159..9305d14 100644
--- a/bin/handler.py
+++ b/bin/handler.py
@@ -94,6 +94,8 @@ class Handler:
self.__printer.proc_scroll_to_selected()
elif cmd == ord("g"):
self.__printer.proc_toggle_gene_view()
+ elif cmd == ord("i"):
+ self.__printer.world.toggle_ip_view()
elif cmd == ord("\n"):
self.__printer.run_cursor()
elif cmd == ord("c"):