Bug 26603

Summary: [PATCH] add option to vidcontrol(1) to enable visual bell
Product: Base System Reporter: dd <dd>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dd freebsd_committer freebsd_triage 2001-04-15 20:50:02 UTC
syscons(4) implements a visual bell feature (CONS_BELLTYPE ioctl), but
there is no corresponding option in vidcontrol(1) to make use of it.

Fix: The following patch is relevant to src/usr.sbin/vidcontrol on -current.
How-To-Repeat: 
Read syscons.c; find CONS_BELLTYPE ioctl; try to find a way to enable
it from the userland; fail; apply the patch below; succeed.
Comment 1 dd freebsd_committer freebsd_triage 2001-04-25 05:56:43 UTC
State Changed
From-To: open->closed

This functionality exists in kbdcontrol.