mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 01:40:49 +02:00
Bash-5.2 patch 11: reset readline timeout after read -e -t
This commit is contained in:
@@ -167,6 +167,9 @@ reset_timeout ()
|
||||
/* Cancel alarm before restoring signal handler. */
|
||||
if (read_timeout)
|
||||
shtimer_clear (read_timeout);
|
||||
#if defined (READLINE)
|
||||
rl_clear_timeout ();
|
||||
#endif
|
||||
read_timeout = 0;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -25,6 +25,6 @@
|
||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||
looks for to find the patch level (for the sccs version string). */
|
||||
|
||||
#define PATCHLEVEL 10
|
||||
#define PATCHLEVEL 11
|
||||
|
||||
#endif /* _PATCHLEVEL_H_ */
|
||||
|
||||
Reference in New Issue
Block a user