Bash-4.4 patch 19
This commit is contained in:
@@ -771,7 +771,9 @@ rl_redisplay ()
|
|||||||
appear in the first and last lines of the prompt */
|
appear in the first and last lines of the prompt */
|
||||||
wadjust = (newlines == 0)
|
wadjust = (newlines == 0)
|
||||||
? prompt_invis_chars_first_line
|
? prompt_invis_chars_first_line
|
||||||
: ((newlines == prompt_lines_estimate) ? wrap_offset : prompt_invis_chars_first_line);
|
: ((newlines == prompt_lines_estimate)
|
||||||
|
? (wrap_offset - prompt_invis_chars_first_line)
|
||||||
|
: 0);
|
||||||
|
|
||||||
/* fix from Darin Johnson <darin@acuson.com> for prompt string with
|
/* fix from Darin Johnson <darin@acuson.com> for prompt string with
|
||||||
invisible characters that is longer than the screen width. The
|
invisible characters that is longer than the screen width. The
|
||||||
|
|||||||
@@ -25,6 +25,6 @@
|
|||||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||||
looks for to find the patch level (for the sccs version string). */
|
looks for to find the patch level (for the sccs version string). */
|
||||||
|
|
||||||
#define PATCHLEVEL 18
|
#define PATCHLEVEL 19
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user