Francesco Sblendorio

Results 52 comments of Francesco Sblendorio

I tried #175 by exporting Utf8Ansi of this ANS file: https://www.dropbox.com/s/w6lkqinxk4inzde/BbcNews.ans?dl=0 ...but the resulting utf8ans has lost the "bright white", replaced by "light gray": https://www.dropbox.com/s/0cp7g0wifrgceq9/BbcNews.utf8ans?dl=0

On the top, the result *with* #175 On the bottom, the result *without* #175 ![image](https://user-images.githubusercontent.com/2118813/103201841-38ab4a00-48f1-11eb-8e97-45c2ddea5f8e.png) It's strange because on the bottom, "sometimes" there is white and sometimes not. While on...

The strange thing is that, having white set on gray, the bottom case should never show white... or not?

I tried XFCE Terminal and it looks OK.

Just double click on a .COM file and open it with the application. ----- Messaggio originale ----- Da: "Josh" [email protected] Inviato: ‎08/‎11/‎2015 19:17 A: "TomHarte/CP-M-for-OS-X" [email protected] Oggetto: [CP-M-for-OS-X] How to?...

I did it in this new commit. I used printf() because fwrite() - also with fflush() - did not write anything on the terminal.

Do you think it's possibile to control PF3 and PF4 keys through your patch? Both original VT100 and VT320 got PF3 and PF4, while F20 and F19 are absent on...

"vtxxx" is a binary file labeled as "PDP-11 UNIX/RT ldp", never heard about that... ![image](https://user-images.githubusercontent.com/2118813/170988365-5baf463b-cfb6-4fde-a710-e80e7229e0e4.png) Hard to find infos about that format

Hi, **credential.json** is the json form of a **Google Service Account**: { "type": "service_account", "project_id": "...", "private_key_id": "...", "private_key": "...", "client_email": "...", "client_id": "...", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",...