Created
November 28, 2015 22:28
-
-
Save MylesBorins/08b055358c6e5787c874 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From b716088dbc674ef205d68b90fd5b33266892974c Mon Sep 17 00:00:00 2001 | |
From: Myles Borins <[email protected]> | |
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