-
I'm trying to install hscurses on Windows.
I have the following folder for the pdcurses library:
C:\pdcurses:
- curses.h
- panel.h
- pdcurses.dll
- pdcurses.lib
What should be done so that the h…
-
λ red-26jan15-3d48d15.exe system\library\curses\examples\curses-example.reds
Pre-compiling Red console...
**\* Script error: invalid function definition: compare
**\* Where: make-hexa
-
When 'curses' was used in the Makefile, 'make' worked out of the box on Mac OSX.
With the new requirement of pdcurses, this is no longer the case.
Are the additional features of pdcurses worth the ad…
-
Ncurses include files are installed in their own subdirectory under /mingw{32,64}/include/ncurses. Autoconf does not look there. And with-ncurses=base can only specify base directory, change of which …
-
I suggest to reuse a higher level build system than [your current small make file](https://github.com/visit1985/mdp/blob/71476726b8b459c78c0191c64419e7154ed1bbe5/Makefile#L3) so that powerful checks f…
-
There is a problem with Russian language displaying in Windows (confirmed for EN version)
-
Relevant [discussion at Kalroth's fork](https://github.com/Kalroth/cgminer-3.7.2-kalroth/issues/7).
Links to [SO question](https://stackoverflow.com/questions/2963317/key-enter-vs-n).
veox updated
10 years ago
-
As found when using cursango, (which probably needs a serious facelift on its own) messages that were sent before rejoining are prefixed with a colon. Never caused any actual issues -- but since it lo…
-
Recently I managed to convert one of the most complicated demos of PDCurses, in a clever way (and also a stupid way).
I got a few thoughts on this topic during this terrible experience, and had them …
-
I am trying to port nethack to JavaScript and get this error (see below).
This may be #1399, but I wanted to file this anyway to make sure.
If it helps, I can upload the bitcode files, if this helps.…