Managing color is too complex #43

Closed
opened 2020-12-12 12:46:15 +00:00 by ynerant · 2 comments
ynerant commented 2020-12-12 12:46:15 +00:00 (Migrated from gitlab.crans.org)

For now, we must use the curses bindings to add colored text, bold text, ...
This is not very practical. We may use a higher abstraction level to add colored text. For example, in the addstr function, we may add "fg_color", "bg_color", "bold" arguments that compute the curses attributes.

For now, we must use the curses bindings to add colored text, bold text, ... This is not very practical. We may use a higher abstraction level to add colored text. For example, in the addstr function, we may add "fg_color", "bg_color", "bold" arguments that compute the curses attributes.
ynerant commented 2020-12-12 12:46:49 +00:00 (Migrated from gitlab.crans.org)

mentioned in commit 04ae56e451

mentioned in commit 04ae56e451e949fc231b09d71db316fe93256162
ynerant commented 2020-12-12 12:53:06 +00:00 (Migrated from gitlab.crans.org)

mentioned in commit 1986630da1

mentioned in commit 1986630da18460d0e4708f15b9af049bc1a54f8a
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ynerant/squirrel-battle#43
No description provided.