rkd77
rkd77
Thanks. With these ^ two commits fragments are clickable.
I checked it on rpi zero and it worked. Do you have ~/.config/elinks/hooks.lua ? If yes, rename this file. How to reproduce this error?
I'm running it via ssh. May I know what machine it is? It "fails" on startup or viewing some documents, or what?
@johngalt01 On rpi zero 2, started telnetd and telnet to rpi. No error. Could you show your elinks.conf, name of terminal, and size (cols, rows)?
``` #include #include void get_terminal_size(int fd) { struct winsize ws; if (ioctl(fd, TIOCGWINSZ, &ws) != -1) { printf("fd=%d ws.ws_col=%d ws.ws_row=%d ws.ws_xpixel=%d ws.ws_ypixel=%d\n", fd, ws.ws_col, ws.ws_row, ws.ws_xpixel, ws.ws_ypixel); } else {...
OK. Thanks. I'm going to release on Sunday rc2 with this ^ commit.
You mean, how to build elinks?
Here are also binaries https://github.com/rkd77/elinks/releases If you want to build from sources, see the docker subdirectory in repo. There are sample build scripts. Note, that 0.17.* have sixel support for...
Ad 1) rather not. One setting to enable is compression for http, but it does not change startup time. Ad 2) no idea yet Ad 3) in the select_loop function...
Ad 3) Try this ^ commit. It is 20 fps not 10, but for downloads only. You can also test after replacing calls to try_redraw_all_terminals() with redraw_all_terminals(). And test 2).