-
Hi Alessandro,
I have the impression that the original author used as just enough of ncurses to be able to replace it by termcap/terminfo. The reason is that I see the programs creating every windo…
-
The code
```
foreign import ccall "cursed.h &COLS" colsPtr :: Ptr CInt
foreign import ccall unsafe "cursed.h endwin" endWin :: IO CInt
```
fails to link `wl-pprint-terminfo` versions of nurses that…
-
Running under Ubuntu 20.04.6.
When configuring crosstool-ng-1.24.0 it reports that curses library not found.
Solution is to install ncurses-dev:
sudo apt-get install ncurses-dev
Recommend this…
-
This can be enabled via the patch kindly provided by @zao here:
https://gist.github.com/zao/d2fee68d93d4b6b2cd81fbf3a5b2e1d3
-
Today I tried upgrading from serverless-haskell from 0.12.5 to 0.12.6
With 0.12.5 my lambdas are building fine.
But after upgrade to 0.12.6 I started getting failures like this:
```bash
...
p…
-
I have read and applied the test disk documentation for compiling for windows:
I have installed **cygwin** for windows, successfully.
3.3.2 Compilation from git repository
git clone https://git…
-
I build nvtop from source on a AMD machine. The functionality is OK but the display looks weird.
![image](https://github.com/Syllo/nvtop/assets/45691081/d07eb395-a9c9-498d-8bfd-5f91fae533b4)
Why the…
-
what happened to the TCC compiler, its functionality was incredible, I want to be able to do C !
I seem to remember that TCC was available in the old version, is there a reason why it's no longer a…
-
Any support (or plans to support) for the form.h library for ncurses form support?
http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/forms.html
-
To do that, we need to convince cmake to use our ncurses library, it should be something along this patch:
``` diff
diff --git a/pkgs/cmake.yaml b/pkgs/cmake.yaml
index 4da3973..e808a21 100644
--- a/…