This also sets *markidx* when using the right mouse button in thumbnail mode.
@ -323,6 +323,7 @@ void load_image(int new)
bool mark_image(int n, bool on)
{
markidx = n;
if (!!(files[n].flags & FF_MARK) != on) {
files[n].flags ^= FF_MARK;
markcnt += on ? 1 : -1;
The note is not visible to the blocked user.