Well, I was under the impression that Eric was referring to the part in write_console that deals with the '\a' case, which was the subject matter of the bug that I linked at the start as well.
deals with write_console that deals with the '\a' case, in this case, I don't think Beep will be called, and the IOCTRL_CONDRV_BEEP handling needn't be touched. only a call to MessageBeep needs to be made. The implementation of Beep and consequently the handling of IOCTRL_CONDRV_BEEP should be taken up as a separate issue I think.
On Thu, Jul 23, 2026 at 10:44 PM Elizabeth Figura <zfigura@codeweavers.com> wrote:
On Thursday, 23 July 2026 12:02:19 CDT Barath Rk wrote:
then the latter shouldn't call MessageBeep(). yeah, Beep doesn't call MessageBeep. the beep I am attempting to implement will be done by a change in conhost where if '\a'(int 7) is encountered we call MessageBeep(MB_OK), that's about it
Huh? Beep() calls IOCTL_CONDRV_BEEP, and Eric is proposing that IOCTL_CONDRV_BEEP should call MessageBeep().