Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-14 | vt: ignore xterm Set/reset key modifier options escape sequence | cinap_lenrek | |
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. | |||
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-17 | vt: implement snarf support | cinap_lenrek | |
2013-10-28 | vt: discard unhandle OSC escapes, and use nelem instead of sizeof for title ↵ | mischief | |
buffer | |||
2013-10-27 | cmd/vt: fix xterm function keys | mischief | |
2013-10-27 | vt: utf-8 support | cinap_lenrek | |
2013-01-13 | vt: ignore line spacing escape2 | 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 | |