# # ChangeLog for uspace/lib/vt/src in mainline # # Generated by Trac 1.6 # 2026-05-30T22:40:08Z Thu, 17 Oct 2024 12:35:42 GMT Jiri Svoboda [9d5cea6] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) Allow remcons/vt100 to set terminal title Fri, 11 Oct 2024 18:37:47 GMT Jiri Svoboda [b3b79981] * uspace/lib/vt/src/vt100.c (modified) Must initialize vt100_t decoder fields Fri, 11 Oct 2024 16:08:55 GMT Jiri Svoboda [5be5396] * uspace/lib/console/src/con_srv.c (modified) * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) Remcons needs to properly clean up when terminating a user session Thu, 10 Oct 2024 12:54:14 GMT Jiri Svoboda [fb06afd8] * uspace/lib/vt/src/vt100.c (modified) Make sure initial attributes are set in serial console Thu, 10 Oct 2024 11:52:43 GMT Jiri Svoboda [5e0acaa] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) Implement mouse tracking in libvt / remcons Fri, 04 Oct 2024 21:13:17 GMT Jiri Svoboda [c7ecd290] * uspace/lib/vt/src/vt100.c (modified) Provide character translation for Alt-keys in remote console Needed ... Fri, 04 Oct 2024 19:23:16 GMT Jiri Svoboda [47d060d] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) Implement telnet window size option Thu, 03 Oct 2024 18:00:30 GMT Jiri Svoboda [d05c237] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) Add support for parsing Shift+movement keys and Alt+movement keys Thu, 03 Oct 2024 15:42:59 GMT Jiri Svoboda [6907f26] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/meson.build (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) Parse VT100 keyboard escape sequences in libvt Tue, 01 Oct 2024 11:13:28 GMT Jiri Svoboda [d31c3ea] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) Group vt callbacks into a callback structure Tue, 01 Oct 2024 10:39:09 GMT Jiri Svoboda [357d9dd] * uspace/lib/vt/include/vt/vt100.h (modified) * uspace/lib/vt/src/vt100.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) The 'state' in vt100_state_t is unnecessary Tue, 24 Sep 2024 17:59:36 GMT Jiri Svoboda [d3109ff] * uspace/lib/meson.build (modified) * uspace/lib/vt/include/vt/vt100.h (moved) * uspace/lib/vt/meson.build (added) * uspace/lib/vt/src/vt100.c (moved) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/meson.build (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/remcons/meson.build (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) Cursor and color control in remote console + RGB Move vt100 module ...