Date: Mon, 22 May 1995 20:37:32 +0000 () From: Adam David <adam@veda.is> To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Cc: adam@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/lib/libreadline display.c Message-ID: <199505222037.UAA10762@veda.is> In-Reply-To: <199505221933.MAA05512@gndrsh.aac.dev.com> from "Rodney W. Grimes" at May 22, 95 12:33:08 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Sorry I caused aggravation, it was not intentional.
It would be a good idea at such times of restriction to let the motd
refer to a file containing a detailed description of the restrictions
(for instance a copy of Rod's message to commiters).
For this change to libreadline, a context diff shows nothing useful in
addition to the output of 'cvs diff -D yesterday', but here it is anyway:
*** display.c.old Mon May 22 20:01:27 1995
--- display.c Mon May 22 12:00:28 1995
***************
*** 746,752 ****
escape sequences (like drawing the `unbold' sequence without a
corresponding `bold') that manifests itself on certain terminals. */
! lendiff = strlen (local_prompt);
if (current_line == 0 && !_rl_horizontal_scroll_mode &&
lendiff > visible_length &&
_rl_last_c_pos > 0 && (ofd - old) >= lendiff && term_cr)
--- 746,752 ----
escape sequences (like drawing the `unbold' sequence without a
corresponding `bold') that manifests itself on certain terminals. */
! lendiff = local_prompt ? strlen (local_prompt) : 0;
if (current_line == 0 && !_rl_horizontal_scroll_mode &&
lendiff > visible_length &&
_rl_last_c_pos > 0 && (ofd - old) >= lendiff && term_cr)
--
Adam David <adam@veda.is>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505222037.UAA10762>
