1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Refer to bug 96 in a comment.

This commit is contained in:
Kalle Olavi Niemitalo 2007-09-03 20:58:05 +03:00 committed by Kalle Olavi Niemitalo
parent a59f44c4b5
commit c44739e039

View File

@ -27,7 +27,8 @@
#include "util/string.h"
/* TODO: We must use termcap/terminfo if available! --pasky */
/* TODO: We must use termcap/terminfo if available! --pasky
* Please mention ELinks bug 96 in commit logs. --KON */
/** Mapping from (enum ::border_char - 0xB0) to ASCII characters. */
const unsigned char frame_dumb[48] = " ||||++||++++++--|-+||++--|-+----++++++++ ";