ladybird/Userland/Libraries/LibVT
Liav A 1b00618fd9 Kernel+Userland: Replace the beep syscall with the new /dev/beep device
There's no need to have separate syscall for this kind of functionality,
as we can just have a device node in /dev, called "beep", that allows
writing tone generation packets to emulate the same behavior.

In addition to that, we remove LibC sysbeep function, as this function
was never being used by any C program nor it was standardized in any
way.
Instead, we move the userspace implementation to LibCore.
2023-11-03 15:19:33 +01:00
..
Attribute.h AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
CharacterSet.h
CMakeLists.txt
Color.h
EscapeSequenceParser.cpp
EscapeSequenceParser.h
Line.cpp
Line.h
Position.h
Range.h
StateMachine.txt
Terminal.cpp LibVT: Clear the href ID by setting it to None instead of "" 2023-10-17 11:02:48 -06:00
Terminal.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
TerminalWidget.cpp Kernel+Userland: Replace the beep syscall with the new /dev/beep device 2023-11-03 15:19:33 +01:00
TerminalWidget.h AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
XtermColors.h