Page MenuHomeFreeBSD

D32594.id97270.diff
No OneTemporary

D32594.id97270.diff

Index: sys/dev/vt/vt_core.c
===================================================================
--- sys/dev/vt/vt_core.c
+++ sys/dev/vt/vt_core.c
@@ -119,7 +119,7 @@
/* Bell pitch/duration. */
#define VT_BELLDURATION ((5 * hz + 99) / 100)
-#define VT_BELLPITCH 800
+#define VT_BELLPITCH 880
#define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \
(vw)->vw_number)
@@ -1100,7 +1100,7 @@
if (vd->vd_flags & VDF_QUIET_BELL)
return;
- sysbeep(1193182 / VT_BELLPITCH, VT_BELLDURATION);
+ sysbeep(VT_BELLPITCH, VT_BELLDURATION);
}
static void

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 19, 8:22 PM (10 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35248476
Default Alt Text
D32594.id97270.diff (569 B)

Event Timeline