# HG changeset patch # User John W. Eaton # Date 1366235944 14400 # Node ID 7f634697a7b4510c203d428929c25e982d530506 # Parent 6ebd1e1a6b73e24ecf43fd73b086a2c592b7ad1b backout changeset d203a225cf11; we'll do this in readline diff --git a/liboctave/util/oct-rl-edit.c b/liboctave/util/oct-rl-edit.c --- a/liboctave/util/oct-rl-edit.c +++ b/liboctave/util/oct-rl-edit.c @@ -93,15 +93,6 @@ void octave_rl_clear_screen (void) { - /* This is a bit of a kluge, but I think it will work (I know, famous - last words). */ - -#if defined (__WIN32__) && ! defined (__CYGWIN__) - - system ("cls"); - -#else - int ignore1 = 0; int ignore2 = 0; @@ -111,8 +102,6 @@ rl_clear_screen (ignore1, ignore2); rl_redisplay_function = saved_redisplay_function; - -#endif } void