-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Right now /run/pixelpilot.msg is only read once per-second and if there are multiple messages written to it during this second - they will be glued together (and currently \n us displayed as empry unicode square by, eg, popup widget).
Let's make sure to:
- Emit separate fact that is terminated by
\n - If buffer doesn't contain
\nthen keep reading and buffering untill there is\nor buffer size is exceeded - If user wants a newline to be part of the message fact, then a newline should be escaped
\\n; the parsing code should make sure to unescape it - Make sure popup widget can display messages containing newlines by actually adding a new line
Metadata
Metadata
Assignees
Labels
No labels