rkd77

Results 239 comments of rkd77

You can check, dialog can be skipped (ask=0), but I'm afraid that after exiting of viewer screen will be refreshed and all "changes" lost.

Configuration location can be changed with runtime option -config-dir or env variable ELINKS_CONFDIR. Does it lock up also without images? How does w3m behave on this terminal? links and elinks...

I would also check links and elinks "inside" the screen terminal.

I mean run screen and then elinks.

Did you compile elinks with utf-8 enabled? -Dutf-8=true

Here is a simple build script for meson: ```#!/bin/bash rm -rf /dev/shm/builddir meson setup /dev/shm/builddir \ -D88-colors=false \ -D256-colors=true \ -Dapidoc=false \ -Dpdfdoc=false ... and so on meson compile -C...

@amanvm Could you confirm, that the same bug (wrong utf-8 letter) occurs on FreeBSD VM ? I have no access to such hardware, but I guess FreeBSD is similar to...

unsigned char -> char conversion in the past is suspected. There are not too many released tarballs, so checking them by one by one or by "bisection" could prove this...

What if charset is added in meta? ``` Test UTF-8 NBSP Jaro Šnajdrov ``` Also how looks like dump: elinks -dump file.html and links -dump file.html ?

I guess it has something common with detection of encoding. If this ^ commit did not resolve it, I have no idea.