You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hexyl is giving incorrect output in some cases when reading terminal input. I've seen it when the input has multiple newlines at the end. The input of Test[Enter][Enter][Enter][Enter][CTRL-D] is one such case:
I should probably mention I tested this on macOS 13.4 and tried from both Bash and ZSH in both iTerm2 and Terminal. Neither hexdump or commits before 15e8abf exhibit the issue.
Hexyl is giving incorrect output in some cases when reading terminal input. I've seen it when the input has multiple newlines at the end. The input of
Test[Enter][Enter][Enter][Enter][CTRL-D]
is one such case:I've been able to track it back to 15e8abf through 5f82942, with it being introduced in that set of changes.
The text was updated successfully, but these errors were encountered: