From: Sadrul Habib Chowdhury Date: Sat, 28 Feb 2009 06:14:09 +0000 (-0500) Subject: Change the default renditions. X-Git-Url: https://repo.or.cz/w/screen-lua.git/commitdiff_plain/5c2192b2789765a00356b41279ea71d940fab8c5 Change the default renditions. --- diff --git a/src/ansi.c b/src/ansi.c index 760e983..29fbe0d 100644 --- a/src/ansi.c +++ b/src/ansi.c @@ -78,7 +78,7 @@ struct mchar mchar_null; struct mchar mchar_blank = {' ' /* , 0, 0, ... */}; struct mchar mchar_so = {' ', A_SO /* , 0, 0, ... */}; -int renditions[NUM_RENDS] = {6750175 /* =B dd */, 6750205 /* =u dd */}; +int renditions[NUM_RENDS] = {65529 /* =ub */, 65531 /* =b */}; /* keep string_t and string_t_string in sync! */ static char *string_t_string[] =