Skip to content

Commit

Permalink
Added some more debugging IAC sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jun 20, 2014
1 parent 63b24c2 commit 6dc0609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dialogs/DebugWorldInputDlg.cpp
Expand Up @@ -94,6 +94,11 @@ CDC dc;
AddOtherSpecial ("WONT", WONT);
AddOtherSpecial ("SB", SB);
AddOtherSpecial ("SE", SE);
m_ctlSpecials.AddString (CFormat ("IAC SB xx IAC SE - \\%02X\\%02Xxx\\%02X\\%02X",IAC, SB, IAC, SE));
m_ctlSpecials.AddString (CFormat ("IAC WILL xx - \\%02X\\%02Xxx",IAC, WILL));
m_ctlSpecials.AddString (CFormat ("IAC WONT xx - \\%02X\\%02Xxx",IAC, WONT));
m_ctlSpecials.AddString (CFormat ("IAC DO xx - \\%02X\\%02Xxx",IAC, DO));
m_ctlSpecials.AddString (CFormat ("IAC DONT xx - \\%02X\\%02Xxx",IAC, DONT));

AddAnsiSpecial ("Reset", ANSI_RESET);
AddAnsiSpecial ("Bold", ANSI_BOLD);
Expand Down

0 comments on commit 6dc0609

Please sign in to comment.