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
Not really an issue, but with Windows 10 and trying to replay a telnet file the escape characters print out instead of acting on them. Adding this line to the replay file resolved the issue:
use Win32::Console::ANSI;
The text was updated successfully, but these errors were encountered:
Not really an issue, but with Windows 10 and trying to replay a telnet file the escape characters print out instead of acting on them. Adding this line to the replay file resolved the issue:
use Win32::Console::ANSI;
The text was updated successfully, but these errors were encountered: