summaryrefslogtreecommitdiff
path: root/ui_70-commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui_70-commit.c')
-rw-r--r--ui_70-commit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui_70-commit.c b/ui_70-commit.c
index 7e6d84a..d89f1b2 100644
--- a/ui_70-commit.c
+++ b/ui_70-commit.c
@@ -42,7 +42,7 @@ void cgit_print_commit(char *hex, const char *prefix)
load_ref_decorations(NULL, DECORATE_FULL_REFS);
cgit_print_layout_start();
- cgit_print_diff_ctrls();
+ /*cgit_print_diff_ctrls();*/
cgit_gopher_start_selector(GOPHER_INFO);
cgit_gopher_text("author: ");
@@ -80,7 +80,7 @@ void cgit_print_commit(char *hex, const char *prefix)
cgit_commit_link(tmp, NULL, NULL, ctx.qry.head, tmp, prefix);
cgit_gopher_end_selector();
- cgit_gopher_start_selector(GOPHER_MENU);
+ cgit_gopher_start_selector(GOPHER_TXT);
cgit_gopher_text("patch ");
cgit_gopher_tab();
cgit_patch_link("patch", NULL, NULL, NULL, tmp, prefix);