1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Witold Filipczyk
83a296234a [terminal] Added terminfo for 24 bit color
To test: Build with terminfo support and run elinks for example as:
TERM=xterm-direct elinks --terminfo 1
2023-07-19 19:00:26 +02:00
Witold Filipczyk
315eb78a14 [color] Revert changes in bfu/style.c related to draw_text_node Refs #195 2022-10-17 21:42:51 +02:00
Witold Filipczyk
ac0241f479 [colors] Fix issue with mono colors and menu 2022-03-24 16:05:33 +01:00
Witold Filipczyk
17915976f5 [colors] config.h is usually included first 2022-03-23 19:08:43 +01:00
Witold Filipczyk
27ca62762c [colors] Compilation fixes. Refs #142 2022-03-22 19:11:23 +01:00
Witold Filipczyk
a583942dfd [options] redraw_all_terminals in case of changing ui colors 2022-03-21 14:11:39 +01:00
Witold Filipczyk
9e39ef5d1a [colors] Unification
Still do not know why in 24bit are issues with menu.
2022-03-20 16:01:05 +01:00
Witold Filipczyk
085c2ebd95 [colors] Simplifications 2022-03-20 15:41:29 +01:00
Witold Filipczyk
411b25cecc [colors] One function instead of two for COLOR_MODE_16 2022-03-20 15:24:15 +01:00
Witold Filipczyk
b2ea78617e [colors] Added _node for 88 colors
Now 88 and 256 colors have inefficient check in add_chars256.
2022-03-20 13:43:58 +01:00
Witold Filipczyk
ed4175a4a7 [mono] _node colors 2022-03-20 13:22:24 +01:00
Witold Filipczyk
e8719ba9e7 [colors] COLOR_MODE_16
Some bugs left.
2022-03-18 17:00:25 +01:00
Witold Filipczyk
9b1b2f4590 [colors] displaying node_numbers colors for 24bit color 2022-03-18 16:33:52 +01:00
Witold Filipczyk
407ca7d114 [colors] Implemented displaying for 256 color mode 2022-03-18 16:24:48 +01:00
Witold Filipczyk
aab01cfae1 [bfu] Added get_bfu_color_node 2022-03-10 18:27:37 +01:00
Witold Filipczyk
095aac5753 [bfu] style.c seems to be better place for node_number 2022-03-09 19:53:56 +01:00
Witold Filipczyk
d839efc9f4 [color] enum color_mode -> color_mode_T 2022-01-28 14:42:48 +01:00
Witold Filipczyk
e4550c1562 [bfu] cast 2022-01-24 21:53:18 +01:00
Witold Filipczyk
2f51c30d70 [bfu] const char * in get_bfu_color 2022-01-21 20:29:30 +01:00
Witold Filipczyk
881f896e85 [mem_calloc] Cast 2022-01-16 21:08:50 +01:00
Witold Filipczyk
0fea79cc8f [cflags] Removed -Wno-pointer-sign
Likely some new bugs were introduced by this change.
The long term goal is clean compilation by g++.
2021-01-02 16:20:27 +01:00
Miciah Dashiel Butler Masters
ea372bd0cd get_opt_*: Add ses parameter
Add a session parameter to get_opt_ and its wrappers in preparation for session-specific and domain-specific options.
2007-08-28 17:24:59 +00:00
Jonas Fonseca
fd9f1f8f6d Doxify bfu/style
Also fixes an old misleading comment noticed by kon.
2007-07-31 14:39:12 +02:00
Kalle Olavi Niemitalo
b4359e0445 Explicitly compare to COLOR_MODE_MONO where appropriate. 2006-12-25 10:27:23 +02:00
Laurent MONIN
1d3656a317 Pass a pointer to a hash pointer to free_hash() to ensure hash pointer
is NULL on return.
2006-05-31 19:33:36 +02:00
Laurent MONIN
54099f5286 Do not export init_hash(),strhash() and hash_size() anymore, use a
wrapper named init_hash8() instead.
2006-05-31 19:17:01 +02:00
Laurent MONIN
df065ead80 Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
Petr Baudis
0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00