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
Disable klib signature clash checks for JS compilations. These occasionally occur as a result of Compose compiler behavior, and are safe to disable (the first-party JetBrains Compose Gradle plugin also disables them).
Remove Terminal$Size and use IntSize instead in Terminal#size for optimization purposes.
Remove Color.Bright* constants. Use Color function to create the desired color.
Replace nullable Color and TextStyle with Color.Unspecified and TextStyle.Unspecified respectively. Also make TextStyle an inline class.
Fixed:
Use CRLF line endings to fix rendering when a terminal is in raw mode.
This discussion was created from the release 0.12.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
New:
linuxArm64target.rrtopsample.Changed:
Terminal$Sizeand useIntSizeinstead inTerminal#sizefor optimization purposes.Color.Bright*constants. UseColorfunction to create the desired color.ColorandTextStylewithColor.UnspecifiedandTextStyle.Unspecifiedrespectively. Also makeTextStylean inline class.Fixed:
This discussion was created from the release 0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions