Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-14 | vt: add OSC 7 support for plumbing of remote files without mount/bind magic | Sigrid Solveig Haflínudóttir | |
2022-10-04 | vt: fix home/end sequences in xterm mode | Michael Forney | |
According to the ncurses terminfo database, we have $ for k in khome kend; do printf '%s:\t' "$k"; TERM=xterm tput $k | od -An -tc; done khome: 033 O H kend: 033 O F $ This differs from vt220fk, so add a new xtermfk table with the proper sequences. | |||
2022-05-11 | vt: increase buffer size | Xiao-Yong Jin | |
This patch increases the buffer sizes in vt(1) to reduce the latency from the roundtrip between terminal and cpu server. | |||
2021-06-26 | vt: allow scrolling with the mouse. | Ori Bernstein | |
2018-09-27 | vt: fix backup/forward after resize | cinap_lenrek | |
2017-10-20 | vt: block when sending input to host (fixes truncated paste) | cinap_lenrek | |
2017-08-20 | vt: 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. | |||
2017-04-22 | vt: handle insert/delete/home/end keys for vt220/xterm | cinap_lenrek | |
2017-04-22 | vt: handle application/normal mode (really fixes cursor keys) | cinap_lenrek | |
2017-04-22 | vt: fix xterm cursor keys | cinap_lenrek | |
2017-04-19 | vt: make it fast | cinap_lenrek | |
2017-04-18 | vt: convert from event to threads | cinap_lenrek | |
the event library doesnt do any flow control. if the host keeps sending data while the user is mousing arround, extract() will collect the data until memory fills up. so instead we abandon the event library and convert the program to use channels. | |||
2017-04-17 | vt: increase history buffer to 64K runes | cinap_lenrek | |
2017-04-17 | vt: implement snarf support | cinap_lenrek | |
2013-10-27 | vt: utf-8 support | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |