mirror of
https://github.com/rkd77/elinks.git
synced 2024-09-06 23:44:43 -04:00
8b8cd57941
UCS_ORPHAN_CELL is currently defined as U+0020 SPACE, which was already used before this macro, so the behaviour does not change, but the code seems clearer now. I searched for ' ' and 32 and 0x20 and \x20, and replaced with UCS_ORPHAN_CELL wherever UCS_NO_CHAR was involved. However, some BFU widgets first draw spaces and then overwrite with text; those will require a more complex fix if UCS_ORPHAN_CELL is ever changed to some other character. |
||
---|---|---|
.. | ||
gettext | ||
charsets.c | ||
charsets.h | ||
codepage.inc | ||
entity.inc | ||
Makefile | ||
uni_7b.inc |