summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 380ec16)
raw | patch | inline | side by side (parent: 380ec16)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 28 May 2006 01:51:53 +0000 (03:51 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Sun, 28 May 2006 01:51:53 +0000 (03:51 +0200) |
List it as a bug.
tig.c | patch | blob | history |
index 0237cb095966f8e684f52f8850a40039511ac744..308106b6dbdd6b64998eb702d102b350488f90dc 100644 (file)
--- a/tig.c
+++ b/tig.c
case REQ_STOP_LOADING:
foreach_view (view, i) {
if (view->pipe)
- report("Stopped loaded the %s view", view->name),
+ report("Stopped loading the %s view", view->name),
end_update(view);
}
break;
memcpy(opt_cmd, "git ", 4);
opt_request = REQ_VIEW_PAGER;
} else {
- request = ERR;
+ report("Prompt interrupted by loading view, "
+ "press 'z' to stop loading views");
+ request = REQ_SCREEN_UPDATE;
}
noecho();
* - The cursor can wrap-around on the last line and cause the
* window to scroll.
*
+ * - The prompt doesn't work while loading.
+ *
* TODO
* ----
* Features that should be explored.