summaryrefslogtreecommitdiff
path: root/lib/libedit/common.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1997-06-25 08:14:24 +0000
committerMike Smith <msmith@FreeBSD.org>1997-06-25 08:14:24 +0000
commitbd5176cb385550bc8bb4232c161461a65e01cd2a (patch)
tree08bd8954bc4eff60db9bbe355be2552a864a8dc8 /lib/libedit/common.c
parent4ce2d5b5b5d9e52ad9764b19377886701920739f (diff)
Notes
Diffstat (limited to 'lib/libedit/common.c')
-rw-r--r--lib/libedit/common.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libedit/common.c b/lib/libedit/common.c
index a321c52cf11c..6908819e7b87 100644
--- a/lib/libedit/common.c
+++ b/lib/libedit/common.c
@@ -651,9 +651,7 @@ ed_redisplay(el, c)
EditLine *el;
int c;
{
- re_clear_lines(el);
- re_clear_display(el);
- return CC_REFRESH;
+ return CC_REDISPLAY;
}