FreeBSD Bugzilla – Attachment 56076 Details for
Bug 84647
[PATCH] x11/rxvt, x11/rxvt-devel: fix ERASE2 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 476 bytes, created by
Marcin Cieslak
on 2005-08-07 16:50:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Marcin Cieslak
Created:
2005-08-07 16:50:11 UTC
Size:
476 bytes
patch
obsolete
>--- src/init.c.orig Sun Aug 7 16:12:32 2005 >+++ src/init.c Sun Aug 7 16:13:19 2005 >@@ -1531,6 +1531,9 @@ > # ifdef VEOL2 > tio->c_cc[VEOL2] = VDISABLE; > # endif >+# ifdef VERASE2 >+ tio->c_cc[VERASE2] = CERASE2; >+# endif > # ifdef VSWTC > tio->c_cc[VSWTC] = VDISABLE; > # endif >@@ -1650,6 +1653,9 @@ > FOO(VEOL, "VEOL"); > # ifdef VEOL2 > FOO(VEOL2, "VEOL2"); >+# endif >+# ifdef VERASE2 >+ FOO(VERASE2, "VERASE2"); > # endif > # ifdef VSWTC > FOO(VSWTC, "VSWTC");
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 84647
:
56075
| 56076