Index: files/patch-qli::help.e =================================================================== RCS file: files/patch-qli::help.e --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-qli::help.e 19 Nov 2002 01:32:47 -0000 @@ -0,0 +1,11 @@ +--- qli/help.e.orig Fri Aug 4 06:53:52 2000 ++++ qli/help.e Tue Nov 19 12:31:43 2002 +@@ -160,7 +160,7 @@ + if (!(l = p - X.TOPIC)) + continue; + if (++topics == 1 && banner) +- ib_printf ("%s\n", banner, string, parent); ++ ib_printf ("%s%s%s\n", banner, string, parent); + p = line + ((ptr - line + COLUMN_WIDTH - 1) / COLUMN_WIDTH) * COLUMN_WIDTH; + if (p + l > line + RIGHT_MARGIN) + {