1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/config
Witold Filipczyk aae82861cf [sixel] Added sixel to terminal options.
To see sixel images you must:
- build elinks with -Dlibsixel=true
- set document.plain.sixel=1
- enable sixel in terminal options
- add to mailcap:
image/*; img2sixel %s; copiousoutput
or
image/*; convert %s sixel:- ; copiousoutput

and click some images on terminal which supports sixel.

While opening dialogs or menu, sixel images are not shown.
2023-05-27 21:35:31 +02:00
..
actions-edit.inc
actions-main.inc [exmode] Introduced 10 macro config options. macro.0 to macro.9 . Refs #196 2022-11-13 17:45:42 +01:00
actions-menu.inc
cmdline.c [remote] Now addBookmark takes two parameters URL and title. Refs #227 2023-04-30 20:14:33 +02:00
cmdline.h [cflags] Removed -Wno-pointer-sign 2021-01-02 16:20:27 +01:00
conf.c [.config] Read/write configuration from ~/.config/elinks . Refs #199 2022-12-26 17:48:55 +01:00
conf.h [config] Some const 2022-01-30 14:32:48 +01:00
dialogs.c [exmode] Introduced 10 macro config options. macro.0 to macro.9 . Refs #196 2022-11-13 17:45:42 +01:00
dialogs.h [kbd] enum keymap_id -> keymap_id_T 2022-01-28 14:20:06 +01:00
domain.c [mem_alloc] cast return value 2022-01-16 19:09:27 +01:00
domain.h [config] const char * 2021-03-02 10:45:59 +01:00
home.c [home] Restored ELINKS_CONFDIR . Refs #199 2023-05-07 14:47:43 +02:00
home.h [.config] Read/write configuration from ~/.config/elinks . Refs #199 2022-12-26 17:48:55 +01:00
kbdbind.c [smjs] More compilation fixes. Mainly casts. Refs #176 2022-06-17 15:55:05 +02:00
kbdbind.h [smjs] More compilation fixes. Mainly casts. Refs #176 2022-06-17 15:55:05 +02:00
Makefile Move domain-specific options code to config/domain 2007-08-30 22:03:14 +00:00
meson.build [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
options.c [.config] Read/write configuration from ~/.config/elinks . Refs #199 2022-12-26 17:48:55 +01:00
options.h [test] compilation fixes 2022-10-03 19:38:22 +02:00
options.inc [sixel] Added sixel to terminal options. 2023-05-27 21:35:31 +02:00
opttypes.c [isspace] Some implementations of isspace require unsigned char 2022-06-28 20:25:06 +02:00
opttypes.h [dos] Very experimental DOS port based on links-2.26 code 2022-05-09 18:53:36 +02:00
timer.c [gettext] try system gettext. Refs #62 2021-08-08 21:25:08 +02:00
timer.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
urlhist.c [event] union for const/non-const void * 2022-01-30 19:19:20 +01:00
urlhist.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00