FreeBSD Bugzilla – Attachment 7481 Details for
Bug 16218
[PATCH] gnome-terminal incompatible with ispell
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 676 bytes, created by
ajk
on 2000-01-20 15:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ajk
Created:
2000-01-20 15:40:00 UTC
Size:
676 bytes
patch
obsolete
>--- gnome-pty-helper.c~ Wed Jan 19 17:51:43 2000 >+++ gnome-pty-helper.c Wed Jan 19 17:50:44 2000 >@@ -454,7 +454,7 @@ > > /* These two may overlap so set them first */ > term.c_cc[VTIME] = 0; >- term.c_cc[VMIN] = 0; >+ term.c_cc[VMIN] = 1; > > /* > * Now set the characters. This is of course a religious matter >@@ -484,6 +484,9 @@ > #ifdef VREPRINT > term.c_cc[VREPRINT] = 'R'-64; > #endif >+#ifdef VSTATUS >+ term.c_cc[VDSUSP] = 'T'-64; >+#endif > #ifdef VDISCARD > term.c_cc[VDISCARD] = 'O'-64; > #endif >@@ -492,6 +495,9 @@ > #endif > #ifdef VLNEXT > term.c_cc[VLNEXT] = 'V'-64; >+#endif >+#ifdef VDSUSP >+ term.c_cc[VDSUSP] = 'Y'-64; > #endif > #ifdef VEOL2 > term.c_cc[VEOL2] = 0;
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 16218
: 7481