浏览代码

* 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 \


正在加载...
取消
保存