friendly-bits

Results 151 comments of friendly-bits

I did find some references to x1bOC and x1bOD being used by vt100 terminals or similar. References: https://studmed.uio.no/elaring/voila/venv/lib/python3.9/site-packages/prompt_toolkit/input/ansi_escape_sequences.py http://www.manmrk.net/tutorials/ISPF/XE/xehelp/html/HID00000594.htm https://github.com/SDL-Hercules-390/hyperion/blob/master/hconsole.h https://www.osti.gov/servlets/purl/5889325 I may be wrong but I suspect that someone...

After some google-fu, I found this website which goes into (very much) detail about keyboard escape seqeunces. To say that I understand less than 5% of it is an understatement....

> tcell can't fix this, as long as it receives the same key code for e.g. left and c-s-left. As I mentioned above, the actual escape sequences are not the...

> * change switch between application and normale mode in PuTTY and/or MobaXterm and see if the respective code for your sequences changes > * force with PuTTY and/or MobaXterm...

Hi, technically this is already possible by simply adding country codes under jurisdiction of whatever registries you are interested in. You can look up the country codes for each registry...

In theory, I could implement fetching and populating a complete ip list for each registry (RIPE stores that on its server). Previously, geoip-shell was fetching ip lists for individual countries...

Hi There are numerous distributions based on Busybox, including some embedded distributions. So I can not really provide a detailed guide in the manual for each one. I will add...

The init system detection is done by `detect_init()` in the -install script. It tries to make the detection as accurate as possible, so there are several steps with each step...

Also I've been planning for some time to implement native init-based persistence support for Systemd, so I could as well use this opportunity to add a generic framework for handling...

Thank you, I'll take a look at this hopefully later today. In the meantime, it would be helpful if you could post the output of these commands > `awk 'match($0,...