Bug 16218

Summary: [PATCH] gnome-terminal incompatible with ispell
Product: Ports & Packages Reporter: ajk <ajk>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me CC: ade
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ajk 2000-01-20 15:40:00 UTC
Within gnome-terminal ispell locks up and starts beeping incessantly
when it starts accepting tty input.

Fix: Unlike other terminal emulators, gnome-terminal initializes VMIN
to 0 rather than 1.  I don't fully understand why this concept,
but setting VMIN to 1 (as in the following patch) fixes the problem.
Of course "stty min 1" also works.

I also took the liberty of setting sane deafults for the delayed
suspend and status characters.
How-To-Repeat: 
Run ispell within gnome-terminal.
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-01-20 22:46:48 UTC
Responsible Changed
From-To: freebsd-ports->ade

My port - I'll handle it 
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2000-01-21 03:56:04 UTC
State Changed
From-To: open->closed

Update committed (with modifications), thanks!