plan9fox/sys/src/cmd/vt/mkfile
cinap_lenrek b28c3db578 vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw
we used to bind a pipe to /dev/cons and /dev/consctl with some
shared segment hack to pass tty info arround. now we implement
this as a fileserver.

add support for "winchon"/"winchoff" ctl message to enable interrupt
on window size change. (used by ssh)

keep track of fullscreen scrolls, avoiding redrawing the whole
screen each time.
2017-08-20 19:22:30 +02:00

14 lines
117 B
Makefile

</$objtype/mkfile
TARG=vt
OFILES=\
main.$O\
vt.$O\
fs.$O\
HFILES=cons.h
BIN=/$objtype/bin
</sys/src/cmd/mkone