瀏覽代碼

* Fixed bold support in ANSI loader.

tags/v0.99.beta14
Sam Hocevar sam 18 年之前
父節點
當前提交
bdfd1a250d
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      cucul/import.c

+ 4
- 0
cucul/import.c 查看文件

@@ -399,6 +399,10 @@ void _manage_modifiers(char c, int *fg, int *bg, int *save_fg, int *save_bg)
*bg = CUCUL_COLOR_DEFAULT;
break;
case 1: // BOLD
if(*fg < 8)
*fg += 8;
if(*bg < 8)
*bg += 8;
break;
case 4: // Underline
break;


Loading…
取消
儲存