wok-current
annotate beep/description.txt @ rev 24954
*/stuff/bootloader.S: add CHK_DOS_INT19
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Sat Apr 23 15:28:40 2022 +0000 (2022-04-23) |
parents |
|
children |
|
rev |
line source |
hackdorte@20011
|
1 I just got so tired of being limited to printf("\a"); when I wanted a terminal
|
hackdorte@20011
|
2 beep. This program isn't supposed to be anything stupendous, it's just
|
hackdorte@20011
|
3 supposed to get the job done. Its intended purpose in life is to live inside
|
hackdorte@20011
|
4 shell/perl scripts, and allow a little more granularity than you get with the
|
hackdorte@20011
|
5 default terminal bell. Maybe I'm the only one who thinks this is useful. :)
|