Terminal program for MailStation devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

main: Shorten blink time in response to ^G

+1 -1
+1 -1
main.c
··· 385 385 switch (b) { 386 386 case 7: /* visual bell, ping 'new mail' light */ 387 387 new_mail(1); 388 - delay(500); 388 + delay(150); 389 389 new_mail(0); 390 390 break; 391 391 case 9: /* tab */