mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:42:44 +00:00 
			
		
		
		
	|  1b00618fd9 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. | ||
|---|---|---|
| .. | ||
| Attribute.h | ||
| CharacterSet.h | ||
| CMakeLists.txt | ||
| Color.h | ||
| EscapeSequenceParser.cpp | ||
| EscapeSequenceParser.h | ||
| Line.cpp | ||
| Line.h | ||
| Position.h | ||
| Range.h | ||
| StateMachine.txt | ||
| Terminal.cpp | ||
| Terminal.h | ||
| TerminalWidget.cpp | ||
| TerminalWidget.h | ||
| XtermColors.h | ||