]> Pileus Git - lackey/blobdiff - src/main.c
Fix some resize issues
[lackey] / src / main.c
index bec3b1c09616555ff72d6308a51735f92e056b69..af019b36d17f41953b0a05b1dd111fdab4dcba3b 100644 (file)
@@ -88,9 +88,10 @@ int main(int argc, char **argv)
                                view_resize();
                                view_draw();
                                continue;
-                       case '\14':
+                       case '\14': // Ctrl-L
                                clear();
-                       case '\7':
+                       case '\7':  // Ctrl-G
+                               view_resize();
                                view_draw();
                                continue;
                }