mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Implement bell
The bell uses NSBeep() and can hence be changed in the System Preferences. Note that the visual bell is not yet implemented.
This commit is contained in:
@@ -1193,6 +1193,7 @@ gui_mch_adjust_charheight(void)
|
||||
void
|
||||
gui_mch_beep(void)
|
||||
{
|
||||
NSBeep();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user