Reviewed by: phk

changed ^G to \007
This commit is contained in:
Poul-Henning Kamp 1994-07-24 02:44:28 +00:00
parent 75f6127b36
commit 331d599d36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1801

View File

@ -130,7 +130,7 @@ print_mesg(tty, tf, request, remote_machine)
max_size = max(max_size, sizes[i]);
i++;
bptr = big_buf;
*bptr++ = ''; /* send something to wake them up */
*bptr++ = '\007'; /* send something to wake them up */
*bptr++ = '\r'; /* add a \r in case of raw mode */
*bptr++ = '\n';
for (i = 0; i < N_LINES; i++) {