mifki / df-twbt

Text Will Be Text
187 stars 30 forks source link

Issues related to cursor position, including compatibility with stable-cursor tweak #23

Open pronvit opened 9 years ago

pronvit commented 9 years ago

Also see http://www.reddit.com/r/dwarffortress/comments/2ohcah/tweak_stablecursor_doesnt_work_in_fullscreen_mode/

txtsd commented 9 years ago

DEFINE_VMETHOD_INTERPOSE(void, feed, (std::setdf::interface_key *input)) in dungeonmode.hpp might be the culprit since the one in stable-cursor.h is the what does the stabilizing.

lethosor commented 9 years ago

I don't think that would affect fortress mode, and vmethod hooks shouldn't conflict with each other (at least, they shouldn't disable each other).

lethosor commented 7 years ago

I haven't seen any obvious issues with tweak stable-cursor on the next branch. Can you still reproduce what was happening before?