Browse Source

* 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 years ago
parent
commit
adc85b5711
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      caca/driver_network.c

+ 1
- 1
caca/driver_network.c View File

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


#define ANSI_PREFIX \ #define ANSI_PREFIX \


Loading…
Cancel
Save