This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
cacalabs
/
libcaca
огледало од
https://github.com/cacalabs/libcaca.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
7
Вики
Activity
Преглед изворни кода
* Add linebreaks to the ANSI exporter for better readability, and use
the save/load cursor position trick to ignore them.
tags/v0.99.beta14
Sam Hocevar
sam
пре 18 година
родитељ
5612b86ce6
комит
ca5c87ae1b
1 измењених фајлова
са
5 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
cucul/export.c
+ 5
- 1
cucul/export.c
Прегледај датотеку
@@ -319,7 +319,11 @@ static void export_ansi(cucul_canvas_t *cv, cucul_buffer_t *ex)
prevbg = bg;
}
if(cv->width != 80)
if(cv->width == 80)
{
cur += sprintf(cur, "\033[s\n\033[u");
}
else
{
cur += sprintf(cur, "\033[0m\r\n");
prevfg = -1;
Write
Preview
Loading…
Откажи
Сачувај