plan9fox/sys/src/cmd/vt
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
..
cons.h vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw 2017-08-20 19:22:30 +02:00
fs.c vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw 2017-08-20 19:22:30 +02:00
main.c vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw 2017-08-20 19:22:30 +02:00
mkfile vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw 2017-08-20 19:22:30 +02:00
termcap Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
vt.c vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw 2017-08-20 19:22:30 +02:00