* Fixed escape character bug. Switched escape character from Ctrl-[ to the more unique Ctrl-], which does not serve as the escape code for many other special keys and cause ssterm to quit on them like Ctrl-[ did. Thanks to zzazang for discovering this bug.
* Modified formatting of split hexadecimal/ASCII representation mode to conform to "hexdump -C" canonical split output.