From d47b433978979eb2a39ba951200bf2c016818ccb Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 20 Nov 2016 04:33:15 +0000 Subject: deskutils/pal: Document ncurses, readline requirements, honor flags Also: * Provide patch for ports readline support * Remove nonfunctional MAN1 definition * Remove unnecessary pre/post includes * Wrap to 80 columns Approved by: ncurses and general blankets --- deskutils/pal/files/patch-src_manage.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deskutils/pal/files/patch-src_manage.c (limited to 'deskutils/pal/files/patch-src_manage.c') diff --git a/deskutils/pal/files/patch-src_manage.c b/deskutils/pal/files/patch-src_manage.c new file mode 100644 index 000000000000..889441eae7b5 --- /dev/null +++ b/deskutils/pal/files/patch-src_manage.c @@ -0,0 +1,11 @@ +--- manage.c.orig 2008-07-28 16:16:23.000000000 +0000 ++++ manage.c +@@ -403,7 +403,7 @@ void pal_manage(void) + rl_initialize(); /* Initialise readline so we can fiddle stuff */ + rl_already_prompted = 1; + rl_redisplay_function = pal_rl_ncurses_hack; +- rl_pre_input_hook = (Function*) pal_rl_ncurses_hack; ++ rl_pre_input_hook = (rl_hook_func_t *) pal_rl_ncurses_hack; + + + /* initialize curses */ -- cgit v1.2.3