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
The patch causes libcaca to take precedence over ncurses if the CACA macro is defined. I am not familiar with SCons so I do not know how to autodetect the library. But libcaca uses standard pkg-config on Linux systems, so it should be pretty easy to do.
Everything could be improved a lot, but I first wanted to know whether there was interest in that feature.
I only tested it on Linux, but I believe this adds text mode support on Windows.
The text was updated successfully, but these errors were encountered:
The attached patch adds support for libcaca: http://zoy.org/~sam/patches/0002-First-go-at-a-libcaca-input-output-driver.patch
The patch causes libcaca to take precedence over ncurses if the CACA macro is defined. I am not familiar with SCons so I do not know how to autodetect the library. But libcaca uses standard pkg-config on Linux systems, so it should be pretty easy to do.
Everything could be improved a lot, but I first wanted to know whether there was interest in that feature.
I only tested it on Linux, but I believe this adds text mode support on Windows.
The text was updated successfully, but these errors were encountered: