Pārlūkot izejas kodu

* 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 pirms 19 gadiem
vecāks
revīzija
ca5c87ae1b
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. +5
    -1
      cucul/export.c

+ 5
- 1
cucul/export.c Parādīt failu

@@ -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;


||||||
x
 
000:0
Notiek ielāde…
Atcelt
Saglabāt