zamsyt

Results 7 comments of zamsyt

Ran into the same problem. It appears this package is outdated. Funnily enough, problem was solved just by switching to https://github.com/rthornton128/goncurses (which the README of this package claimed doesn't have...

Wasn't as smooth as it first seemed. Ran into odd issues with unicode after all. Using @gbin's [old PR](https://github.com/rthornton128/goncurses/pull/26) as reference, fixed by adding this: ```go // #cgo !windows pkg-config:...

Some emojis have really strange names (good luck finding the lightning bolt emoji without looking up the name in the `node-emoji` json). Ability to load shortcode lists for Unicode characters...

Nice---I was wondering how come there aren't any OLED themes!

It was working fine for me before, but suddenly I seem to only ever get the checkerboard, even in the area selection window ![Select Area window showing checkerboard](https://user-images.githubusercontent.com/102934832/234985679-d0c44cdc-1e16-4604-8424-4c417a6a5086.png) System info...

If I try to build via make, again I get ``` CGO_LDFLAGS_ALLOW=-Wl,-Bsymbolic-functions go build github.com/rthornton128/goncurses: invalid flag in pkg-config --libs: -Wl,--push-state,--as-needed make: *** [Makefile:4: build] Error 1 ```

> Try again and add `CGO_CFLAGS_ALLOW="-Wl,--push-state,--as-needed"` to your environment. @servusdei2018 Is that meant to fix something that `export CGO_CFLAGS_ALLOW=".*" && export CGO_LDFLAGS_ALLOW=".*"` didn't? Anyway, if this is what you meant,...