code cleanupenhancementgood first issuehelp wanted
Description
TL;DR:
- we keep last & previous registers as of today
- this is only needed to highlight the registers whose values differ from the previous one when displaying registers in the context (can be done with just
regsor whenset context-sections regswas done)
But... if one doesn't display regs in context, this keeping track still happens.
So maybe we should move it to context_regs function instead?
There are some disadventages to this - if regs would be not displayed, the keeping track is not happening. But do we care that much?