summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vt/fs.c
AgeCommit message (Collapse)Author
2017-10-20vt: block when sending input to host (fixes truncated paste)cinap_lenrek
2017-08-20vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental ↵cinap_lenrek
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.