patch-ed.inputl.c.patch - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
patch-ed.inputl.c.patch
---
1 $NetBSD$
2
3 Do not add a '\n' on top of the run-help command.
4
5 --- ed.inputl.c.orig 2012-10-19 15:23:32.000000000 +0000
6 +++ ed.inputl.c
7 @@ -533,7 +533,6 @@ Inputl(void)
8 break;
9
10 case CC_HELPME:
11 - xputchar('\n');
12 /* should catch ^C here... */
13 (void) tenematch(InputBuf, LastChar - InputBuf, PRINT_HELP);
14 Refresh();