All releases of Term::VT102


Release Notes: Unicode handling has been cleaned up. A method to return text in color using ANSI escape sequences has been added. Tab stops have been implemented. Line wrapping has been cleaned up. Various additional escape sequences are now supported. Extra example scripts have been added.


Release Notes: An example showing how to use this module with a command such as SSH has been added.


Release Notes: Support for XON/XOFF has been added.


Release Notes: Minor documentation improvements, including a section on problems to watch out for.


Release Notes: An implementation of DECTCEM (cursor on/off) and a partial implementation of SM/RM (set/reset mode).


Release Notes: Support for DECSC/DECRC and CUPSV/CUPRS (save/restore state) escape sequences.


Release Notes: Minor corrections and an example have been added, attribute behaviour on line scroll/insert has been corrected, DECALN has been implemented, optional column parameters have been added to row_text() and friends, and an example script showing use with Net::Telnet has been added.


Release Notes: A silly tab handling problem was fixed - spaces are no longer wrinten when tabbing. Some file layout and code formatting changes were made.