-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Describe the bug
error: cannot find type 'WINDOW' in scope
multiple errors appear:
/project_path/.build/checkouts/Curses/Sources/Curses/Curses.swift:173:57: error: cannot find type 'WINDOW' in scope
func attributeOff(windowHandle:UnsafeMutablePointer<WINDOW>, attributeValue:Int) {
^~~~~~
/project_path/.build/checkouts/Curses/Sources/Curses/Curses.swift:177:57: error: cannot find type 'WINDOW' in scope
func attributeSet(windowHandle:UnsafeMutablePointer<WINDOW>, attributeValue:Int) {
^~~~~~
To Reproduce
- Have ncurses installed
- Import the libray in Swift
- Error appears after running
** Environment (please complete the following information):**
- OS: macOS Ventura (13.2)
- Terminal emulator: iTerm
Metadata
Metadata
Assignees
Labels
No labels