Skip to content

Commit

Permalink
enable boxdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
paretje committed Nov 11, 2019
1 parent 1f10796 commit 90b0c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ static unsigned int cursorthickness = 2;
* Bold affects lines thickness if boxdraw_bold is not 0. Italic is ignored.
* 0: disable (render all U25XX glyphs normally from the font).
*/
const int boxdraw = 0;
const int boxdraw_bold = 0;
const int boxdraw = 1;
const int boxdraw_bold = 1;

/* braille (U28XX): 1: render as adjacent "pixels", 0: use font */
const int boxdraw_braille = 0;
Expand Down

0 comments on commit 90b0c97

Please sign in to comment.