This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
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
f7354acf01
commit
adc85b5711
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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\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 \
Write
Preview
Loading…
Cancel
Save