We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779394a commit e7eab4aCopy full SHA for e7eab4a
Sources/Curses.swift
@@ -167,7 +167,7 @@ internal class Curses {
167
let unicodeScalars = character.unicodeScalars
168
let ascii = UInt(unicodeScalars[unicodeScalars.startIndex].value)
169
let attributeAndCharacter : UInt = UInt(attributeValue) | ascii
170
- CNCURSES.wbkgd(windowHandle, attributeAndCharacter)
+ CNCURSES.wbkgdset(windowHandle, attributeAndCharacter)
171
}
172
173
var maxColorCount : Int {
0 commit comments