-
As mentioned in #20, I love how scriptable `pomo` is. It would be useful to be able to start a timer without having the ncurses UI. Instead, I would just be checking the status with `pomo status`.
…
amiel updated
4 years ago
-
```
~T~@ ~ ~Main menu ~T~\@ ~ ~T~PT~@ ~T~@
~T~@ ~T~@ ~T~B~T~@ ~T~@ ~T~@ ~T~@ ~T~ ~T~B@ ~T~@ ~
T~@ ~T~@ ~T ~T~B~@ ~T~@ ~T~@ ~T~@ ~T~@ ~T~B
~T~Brs ~T~B
…
-
# Unmodified windows disappear silently!
1) Start lem in ncurses or xcb and split the window a few times.
2) Resize UI window using the mouse to a smaller size, until some windows are obscured;
3) …
-
I've tried to install the Kakoune on Windows... and it didn't `make` it. I downloaded all Cygwin's packages which I found having `ncurses` in the name. Also I built ncourses from [sources](https://git…
-
Using MacPorts on macOS 10.13 to satisfy the build dependencies, I can successfully configure using `LDFLAGS=-L/opt/local/lib ./configure`. But when I run `make`, there's a header issue with ncurses:
…
-
Hi, I'm Termux 🤖.
I'm here to help you update your Termux packages.
I've tried to update the [vulkan-tools](https://github.com/termux/termux-packages/blob/fdf8283447ecd08f0301e16a80f4d3056899dc59/pa…
-
Hi,
I found that `trackma`'s latest version available for `Gentoo` is `0.8.5-r1` and it's a part of [kzd](https://gpo.zugaina.org/Overlays/kzd) overlay. Since creating a `Gentoo` repository is very…
Eiji7 updated
3 months ago
-
Nice project! I look forward to seeing more.
To help others trying to run these, here is how to run `mini_ui.c`:
```bash
# as C
mkdir -p bin && gcc -Wall -Wextra -Werror -O3 -std=gnu17 mini_ui…
-
### Describe the feature
I want the standed ncurses function like getch, initscr and ETC
### Use Case
I want to make a command line interface and the internal term.ui library didn't have many funct…
-
## Optimize the LLM kernel
- [ ] Translate current implementation to more efficient implementation (more efficient and still cross-platform)
- [ ] Multi-thread/Multi-process optimization (@om-ra…