summaryrefslogtreecommitdiff
path: root/src/ansi.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2013-10-21 16:28:18 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-26 12:00:52 +0200
commit5ce7cd4396c588ba6a4afd602f16ea52fe2c536f (patch)
tree6c74a782f6947760eaf7fd2b9280eda547dadc99 /src/ansi.h
parent41cbd536e59188d890fbcbad6d0f80307e8a2dc4 (diff)
downloadscreen-5ce7cd4396c588ba6a4afd602f16ea52fe2c536f.tar.gz
remove fwddecl.h
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ansi.h b/src/ansi.h
index 2afa9fd..19bc2f1 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -30,8 +30,6 @@
#ifndef SCREEN_ANSI_H
#define SCREEN_ANSI_H
-#include "fwddecl.h"
-
#define NATTR 6
#define ATTR_DI 0 /* Dim mode */
@@ -149,6 +147,8 @@ enum move_t {
((ml)->font[x] & 0xe0) == 0x80 \
)
+typedef struct Window Window;
+
void ResetAnsiState (Window *);
void ResetWindow (Window *);
void ResetCharsets (Window *);