diff options
| author | Tim Keller <tjkeller.xyz> | 2025-01-12 15:43:46 -0600 | 
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2025-01-12 15:43:46 -0600 | 
| commit | 48010bf2c4ba3ca33b5c82bc256133a6893bff3a (patch) | |
| tree | 055d60778c1be421201a5cbf079e57169f544cf3 /config.def.h | |
| parent | bc82b794b5846e93ad235d286a7b6d20fea16690 (diff) | |
| download | st-48010bf2c4ba3ca33b5c82bc256133a6893bff3a.tar.xz st-48010bf2c4ba3ca33b5c82bc256133a6893bff3a.zip  | |
disable boxdraw since it causes a serious bug in nvim. chk .diff files for ref
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index a9cdb18..c95f93a 100644 --- a/config.def.h +++ b/config.def.h @@ -73,7 +73,7 @@ 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 = 1; +const int boxdraw = 0;  const int boxdraw_bold = 1;  /* braille (U28XX):  1: render as adjacent "pixels",  0: use font */  | 
