-
I am using openmptcprouter on a currently unsupported platform, the glinet mt6000.
Since it is not currently supported I have to manually compile an image every time I want to upgrade.
The Router i…
-
In the following example, the last "X" got erased,
apparently by wclrtoeol():
```c
#include
int main(void)
{
initscr();
refresh(); // erases screen
WINDOW *win = newwin(1,0,0,0);
m…
-
v0.12.2
**Describe the bug**
Visual artifacts, line drawing characters not showing
Distro: Debian Buster. Terminal: mrxvt
export TERM=xterm
export LANG=C
lnav /var/log/messages
![2024-08-2…
kobaz updated
2 months ago
-
the goal is to use `chafa` as an image viewer inside [vifm](https://github.com/vifm/vifm) while preview mode is active (the other panel is still visible). as per comment by `vifm`'s author it looks li…
-
### Issue description
You can not follow the wiki to produce tmux correctly from source currently.
I suggest an improvement of the documentation in the wiki. As the wiki can not receive PRs dire…
-
**Describe the bug**
Running the `dots_termcap` ncurses example (also `dots`) and a few others crashes the gui.
**Technical information (please complete the following information):**
- OS: Linux…
-
Thomas Dickey, the maintainer of the ncurses project, also maintains the terminfo-db distributed with most Linux distributions. At the moment, the main TERM environment variable is `xterm-256color`, b…
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I tried building my almost empty Rust…
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
### What happened?
For clarity, explain step by step:
1. `rm -rf` the directory o…
-
In a `nix-shell -p ncurses.dev` shell, I would like to build something which invokes `gcc` as linker, passing `-lcurses`. Using `ldd` I see that `ncurses` was not picked up.
I assume there are not …