-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
Description
Irssi on Apple ARM does not properly render to screen.
The issue is that Apple on ARM puts variadic arguments in function calls in a different place than everyone else.
In the mean time, you can find a patch to try in #1238 (comment)
Unfortunately, we cannot unconditionally patch Irssi like this because it might break rendering on other platforms.
original bug report follows
- I've installed Irssi on Arm Mac using Homebrew
- When I launch Irssi and start typing the text starts on the far right side and then continues on a new line
- I'm unable to see what I'm typing due to this bug
- Various other issues with scrolling
WA9ACE, 676339784, lewis262626, kmyhre and jenslauterbach