c64skin

Results 4 issues of c64skin

Hey there, got some oddity happening whenever i have gpm running. At login as soon as i press enter,right after the user login name,it appears like the enter key is...

~~``` #ifdef __OpenBSD__ typedef int8_t int8; typedef int16_t int16; typedef int32_t int32; typedef int64_t int64; typedef uint8_t uint8; typedef uint16_t uint16; typedef uint32_t uint32; typedef uint64_t uint64; #else typedef signed...

hey there, to get cgi-bin scripts such as w3m's own google.cgi in the bonus directory working i have to manually set the cgi-bin directory in the settings. in my case...

src/CMakeLists: --- CMakeLists.txt.orig Tue Jan 31 07:43:10 2023 +++ CMakeLists.txt Tue Jan 31 07:42:02 2023 @@ -33,7 +33,7 @@ set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE) # i need this for...