forked from blind-coder/nethack-elitebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Han's VT102 bugfix (which works! wooot!).
Removed row_plaintext method (row_text is fine, the difference was (like in Perl's Term::VT102, row_text uses null bytes, and row_plaintext replaces them with spaces.. but there's no reason to even have the null byte method, right?). Made VT102 screen dumps a config option. If VT102 screen dumps are off, we just get the NetHack output itself. This should help bugfixing. (I've already noticed a few anomalies like the @ not always disappearing when moving)
- Loading branch information
eidolos
committed
Oct 13, 2006
1 parent
ff71315
commit b8fd875
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters