FreeBSD Bugzilla – Attachment 6037 Details for
Bug 13989
SIGWINCH corrupts the display of a multiline readline prompt with invisible characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 469 bytes, created by
Tony Finch
on 1999-09-27 04:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tony Finch
Created:
1999-09-27 04:40:00 UTC
Size:
469 bytes
patch
obsolete
>--- /usr/src/contrib/libreadline/display.c.orig Mon Sep 27 04:30:07 1999 >+++ /usr/src/contrib/libreadline/display.c Mon Sep 27 04:30:07 1999 >@@ -1540,7 +1540,7 @@ > oldp = rl_display_prompt; > oldl = local_prompt; > oldlprefix = local_prompt_prefix; >- rl_display_prompt = ++t; >+ rl_display_prompt = oldl ? oldl : ++t; > local_prompt = local_prompt_prefix = (char *)NULL; > rl_forced_update_display (); > rl_display_prompt = oldp;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13989
: 6037 |
6038