| plan 9 kernel history: overview | file list | diff list |
1991/1102/port/devcons.c (diff list | history)
| 1991/1022/sys/src/9/port/devcons.c:788,790 – 1991/1102/sys/src/9/port/devcons.c:788,799 (short | long | prev | next) | ||
| 1990/0227 | { | |
| 1990/11211 | error(Eperm); | |
| 1990/0227 | } | |
| 1991/1102 | void setterm(char *f) { char buf[2*NAMELEN]; sprint(buf, f, conffile); ksetenv("terminal", buf); } | |