소스 검색

* Do not switch to alternate screen when clearing, because sometimes we

are unable to cleanly restore the state.
tags/v0.99.beta14
Sam Hocevar sam 18 년 전
부모
커밋
adc85b5711
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      caca/driver_network.c

+ 1
- 1
caca/driver_network.c 파일 보기

@@ -53,7 +53,7 @@
"\xff\x1f\xfa____" /* Set size, replaced in display */ \
"\xff\xf0" \
"\x1b]2;caca for the network\x07" /* Change window title */ \
"\x1b[?1049h" /* Clear screen */ \
"\x1b[H\x1b[J" /* Clear screen */ \
/*"\x1b[?25l"*/ /* Hide cursor */ \

#define ANSI_PREFIX \


불러오는 중...
취소
저장