TomIO
TomIO
> I think that termux should stick to 3.11and 3.12 could be provided by tur-repo The opposite will be the case. Termux is a rolling release and the main repo...
> Is this still relevant? I can not make system play system bell sound on both Termux and Konsole (I tried `echo -en '\a'`, `echo ^G`, `tput bel`, nothing works)....
There is actually a dedicated escape sequence for notifications, it's a `urxvt` escape sequence extension, `OSC 777`. i.e `\e]777;notify;;\e\\` - See: https://codeberg.org/dnkl/foot/pulls/236 I don't think Termux implements it. But it...
Updating neovim is already [actively being worked on](https://github.com/termux/termux-packages/pull/18003). Nodejs updates are *[\*complicated\*](https://github.com/termux/termux-packages/tree/master/packages/nodejs)* due to the sheer amount of patches and moving parts. (And NodeJS 20.2.0 is currently packaged as `nodejs`,...
Node 20 is the current, _**and designated future LTS**_ release. Node 18 is the _**current**_ LTS release and will be replaced as such by Node 20 when Node 21 is...
> Excuse me. Why guix not nix or homebrew? All of them support linux, and have more packages (nix have 80000~). Homebrew has [existing compatibility issues](https://github.com/termux/termux-packages/issues/8969) with Termux, as further...
> guix contributor here, I would be interested in having this, what is the current status and how could I help? The main issue, as you pointed out is that...
That's just a distinction from the legacy versions of Termux for Android 5 and 6. The `apt-android-7` version supports all Android versions starting with Android 7. (As far as I...
> Closing as this DE is of no use and now it is no longer maintained. Cutefish has actually [resumed development](https://www.debugpoint.com/cutefish-development-restarts/) as of a few months ago. Which is still...
> https://curl.se/docs/http3.html says: > > > OpenSSL does not offer the required APIs for building a QUIC client. You need to use a TLS library that has such APIs and...