Closed mansam closed 11 years ago
You should fix up a couple of the compiler errors. https://travis-ci.org/ComputerScienceHouse/bingehack4/jobs/4630800
It would be also ideal if you merged your soon-to-be fixes into a single commit (git rebase -i HEAD~2
and mark your fix commit as fixup
) to not make a mess of our upstream branch. If not, I can do it for you.
Fixed the compiler warnings, but I think I fucked up the rebase.
It's cool, I can do that for you. Testing now.
Merged as 1f6fc3ab48290655dc59951e71a2ab69a44138f3 .
Thanks for your work Sam, sorry for making you jump through hoops :-)
This bug was occurring because going into dump mode did not replace the curses version of print_message when it replaced the other related windowport methods, so stuff intended for the dumpfile was winding up in the status line. I've fixed that by implementing dump_print_message, dump_print_message_core, and dump_print_message_nonblocking, which simply write the line out to the dumpfile.