本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
* Fixed bold support in ANSI loader.
tags/v0.99.beta14
Sam Hocevar
sam
18 年之前
父節點
0a5bc9b61d
當前提交
bdfd1a250d
共有
1 個檔案被更改
,包括
4 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
取消
儲存