{ "name": "Vifm", "description": "Ncurses based file manager with vi like keybindings", "url": "https://github.com/vifm/vifm/releases/download/v0.10/vifm-0.10.tar.bz2", "mirror": null, "homepage": "https://vifm.info/", "depends": [], "resource": [], "conflicts": [], "patches": [ { "url": null, "data": [ "diff --git a/src/ui/ui.c b/src/ui/ui.c\n", "index 117ca8b86..ce82b17e8 100644\n", "--- a/src/ui/ui.c\n", "+++ b/src/ui/ui.c\n", "@@ -345,6 +345,11 @@ ui_update_term_state(void)\n", " int\n", " ui_char_pressed(wint_t c)\n", " {\n", "+\tif(curr_stats.load_stage < 2)\n", "+\t{\n", "+\t\treturn 0;\n", "+\t}\n", "+\n", "\twint_t pressed = L'\\0';\n", "\tconst int cancellation_state = ui_cancellation_pause();\n" ] } ], "install": [ "system \"./configure\", \"--disable-dependency-tracking\",", "\"--prefix=#{prefix}\",", "\"--without-gtk\",", "\"--without-libmagic\",", "\"--without-X11\"", "system \"make\"", "system \"make\", \"check\"", "ENV.deparallelize { system \"make\", \"install\" }" ], "version": "0.10", "file": "vifm.rb" }