commit bash-20160415 snapshot

This commit is contained in:
Chet Ramey
2016-04-22 11:37:14 -04:00
parent 589afb3c12
commit 3475994a81
16 changed files with 132 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/* bashline.c -- Bash's interface to the readline library. */
/* Copyright (C) 1987-2013 Free Software Foundation, Inc.
/* Copyright (C) 1987-2016 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -4080,7 +4080,7 @@ bash_execute_unix_command (count, key)
ce = rl_get_termcap ("ce");
if (ce) /* clear current line */
{
#if 1
#if 0
fprintf (rl_outstream, "\r");
tputs (ce, 1, putx);
#else