diff liboctave/oct-rl-edit.c @ 3946:eab957395758

[project @ 2002-05-23 00:42:15 by jwe]
author jwe
date Thu, 23 May 2002 00:42:16 +0000
parents f9ea3dcf58ee
children 62afb31c1f85
line wrap: on
line diff
--- a/liboctave/oct-rl-edit.c	Mon May 20 19:40:07 2002 +0000
+++ b/liboctave/oct-rl-edit.c	Thu May 23 00:42:16 2002 +0000
@@ -68,15 +68,15 @@
   rl_variable_bind ("blink-matching-paren", val ? "1" : "0");
 }
 
-// It would be much simpler if we could just call _rl_clear_screen to
-// only clear the screen, but it is not a public function, and on some
-// systems, it is not exported from shared library versions of
-// readline, so we can't use it.
-//
-// Instead, temporarily redefine the redisplay function to do nothing.
-//
-// XXX FIXME XXX -- It would be safer to do this when protected from
-// interrupts...
+/* It would be much simpler if we could just call _rl_clear_screen to
+   only clear the screen, but it is not a public function, and on some
+   systems, it is not exported from shared library versions of
+   readline, so we can't use it.
+
+   Instead, temporarily redefine the redisplay function to do nothing.
+
+   XXX FIXME XXX -- It would be safer to do this when protected from
+   interrupts... */
 
 static void
 no_redisplay (void)