1 /* Synched up with: FSF 19.28. */
6 static char str[STRLEN+1] = "%?emacs"; /* extra char for the null */
10 while (*ptr) ioctl(0, TIOCSTI, ptr++);
11 ioctl(0, TIOCSTI, "\n");
12 kill(getpid(), SIGTSTP);
15 set_proc_str(ptr) char *ptr; {
16 if (strlen(ptr) <= STRLEN)
19 printf("string too long for set-proc-str: %s\n", ptr);