I have to say that the most frustrating things are ports that I am not able to compile and error-check (windows, OS X) and syncing code with vanilla and getting a lot of formating issues in the diffs.
As for the X-chars and UTF8 issues, I think the best solution is to not include anything before Vanilla has adopted UTF8. The relevant code lines that calls on x-chars are few and stand out so I can avoid them.
Continuing to the identify issue, I am starting to consider changing pseudo-id so that it is instant or very fast, but no longer detects curses. How does that sounds?
As for the X-chars and UTF8 issues, I think the best solution is to not include anything before Vanilla has adopted UTF8. The relevant code lines that calls on x-chars are few and stand out so I can avoid them.
Continuing to the identify issue, I am starting to consider changing pseudo-id so that it is instant or very fast, but no longer detects curses. How does that sounds?
Comment