fix backslash escaping rules in cfg serialization; fix small scrolling (e.g. from trackpad) often being truncated to having no effect; fixed hanging when set-thread-name specifies a non-readable address

This commit is contained in:
Ryan Fleury
2024-04-09 07:37:53 -07:00
parent 36b50981ff
commit d560f8c734
3 changed files with 15 additions and 4 deletions
+4
View File
@@ -2136,6 +2136,10 @@ dmn_ctrl_run(Arena *arena, DMN_CtrlCtx *ctx, DMN_RunCtrls *ctrls)
break;
}
}
else
{
read_addr += 256;
}
}
}
e->kind = DMN_EventKind_SetThreadName;