Opened 12 years ago
Last modified 8 years ago
#255 assigned bug
jaunters -- bug set Cygnus X1
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | huffware | Version: | |
Keywords: | Cc: |
Description
jaunters |
text label all screwy after sim restart:
the arrow gets de-unicoded.
we should always reset the label on startup? but we do actually.
probably need a periodic set label, since we may not get an onrez for sim restart.
menutini fixes to assist with new jaunters:
menu must support both previous and next for overly long menus.
menu must show things in reading order,
left to right from top to bottom.
bug: when duplicated entries exist:
not seeing the list updated for how many are safe. ever.
could it have been because we had exact duplicate entries? yes! that was why.
we could fix that just by checking for whether a name is already listed or not.
bug: offset destinations don't get recalculated
the offset destination thing was still set where it had been even though i moved the jaunter.
it should have been recalculated as an offset from current position,
not an offset from previous position.