-/* $MirOS: contrib/code/jupp/scrn.h,v 1.4 2012/12/30 17:10:58 tg Exp $ */
/*
* Device independant tty interface for JOE
* Copyright
#ifndef _JOE_SCRN_H
#define _JOE_SCRN_H 1
-#include "config.h"
-#include "types.h"
+#ifdef EXTERN
+__IDSTRING(rcsid_scrn_h, "$MirOS: contrib/code/jupp/scrn.h,v 1.7 2017/12/02 17:00:50 tg Exp $");
+#endif
#include "tty.h" /* ttputc() */
#define FG_RED (14<<FG_SHIFT)
#define FG_BLACK (15<<FG_SHIFT)
+#define HAS_COMBINING 0x200000
+
void outatr PARAMS((struct charmap *map,SCRN *t,int *scrn,int *attrf,int xx,int yy,int c,int a));
#endif