You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General Testing and working on VTTest to make sure the terminal supports and is working with terminal functionally correctly.
This include handling 7/8 Bit control Sequences and other sequences that terminals use and other features.
This will most likely be an ongoing process to keep update to date and try to add things that are missing.
The text was updated successfully, but these errors were encountered:
One important notes is that some BBS's expect their ANSI to auto wrap when the cursor reaches Column 81, in Linux terminal the cursor will wait and allow other ESC sequences such as ESC[1D to move left while still being on the same column. This also follows putty's terminal emulation.
Since some ANSI screen don't properly send a ESC[?7h to force 80th column wrapping, a possible force auto wrap toggle might be needed.
General Testing and working on VTTest to make sure the terminal supports and is working with terminal functionally correctly.
This include handling 7/8 Bit control Sequences and other sequences that terminals use and other features.
This will most likely be an ongoing process to keep update to date and try to add things that are missing.
The text was updated successfully, but these errors were encountered: