Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Created November 28, 2015 22:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MylesBorins/08b055358c6e5787c874 to your computer and use it in GitHub Desktop.
Save MylesBorins/08b055358c6e5787c874 to your computer and use it in GitHub Desktop.
From b716088dbc674ef205d68b90fd5b33266892974c Mon Sep 17 00:00:00 2001
From: Myles Borins <mborins@us.ibm.com>
Date: Sat, 28 Nov 2015 14:27:17 -0800
Subject: [PATCH] Smell Ya Later Anti-Feature
---
src/message.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/message.c b/src/message.c
index a5fb7e5..693dce1 100644
--- a/src/message.c
+++ b/src/message.c
@@ -1139,7 +1139,7 @@ hit_return_msg()
if (got_int)
MSG_PUTS(_("Interrupt: "));
- MSG_PUTS_ATTR(_("Press ENTER or type command to continue"), hl_attr(HLF_R));
+ MSG_PUTS_ATTR(_(""), hl_attr(HLF_R));
if (!msg_use_printf())
msg_clr_eos();
p_more = save_p_more;
--
2.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment