-
Due Date: **0001-01-01**
A **low** severity vulnerability has been discovered in your project.
Project Name: **infra_duplicate_test**
Scanner Name: **trivy**
Cwe ID: **125**
Cwe Name: **Out-of-b…
-
Hi, when using ncurses applications such as `dialog` or `make menuconfig` I find some of the text difficult to read. Is this expected behaviour? https://imgur.com/a/25A6eLy
I'm using gnome-terminal…
-
$ clamdtop
Connecting to: /var/run/clamd.scan/clamd.sock
**Failed to initialize curses**
Abnormal program termination
$ clamdtop -V
Clam AntiVirus Monitoring Tool 0.104.2
ncurses is instal…
-
I setup an empty virtual environment using python3.7 and installed libroadrunner, but I get an error on import.
I'm using Ubuntu 19.10
➜ test git:(master) ✗ python3.7 -m venv venv
➜ test git:(m…
-
This is what gets printed:
```
xx%s
```
It should have printed:
```
x%s
```
-
Use the `Ncurses SDK` instead of `ncurses` because it’s better. Try to do this as soon as possible.
-
When I build htop against ncurses 6 I'm getting only a few headers that are visible:
![image](https://github.com/htop-dev/htop/assets/1756884/c1b0ff83-f052-4747-960a-564f79787c9d)
while builds a…
RJVB updated
11 months ago
-
Make menuconfig fail after successfully compiled target image.
>make menuconfig V=s
make[1]: Entering directory '/Volumes/Case-sensitive/openwrt/openwrt/scripts/config'
set -e; mkdir -p ./; trap…
-
```
What steps will reproduce the problem?
I'm trying to get NetHogs to work with Yad.
Here's the site; http://nethogs.sourceforge.net
The program runs in a terminal and I'm trying to figure out, i…
-
In general, one should link against -ltermcap or -lncurses when using -lreadline, since that contains external references to various functions, which can lead to undefined symbols when linking. E.g.,…