Skip to content
Snippets Groups Projects
Commit 3a5f02f1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

More TP arrays

parent a3b7bd38
No related branches found
No related tags found
No related merge requests found
Pipeline #5631 canceled
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdio.h> #include <stdio.h>
#include <genwrap.h>
#include <xp_dl.h> #include <xp_dl.h>
#define BITMAP_CIOLIB_DRIVER #define BITMAP_CIOLIB_DRIVER
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#include "tabulator.h" #include "tabulator.h"
unsigned char Screen[4][MaxLines + 1][160]; unsigned char Screen[4][MaxLines + 1][160];
unsigned char tabs[80]; unsigned char tabs[81];
unsigned char CursorPos[80], cpos = 1; unsigned char CursorPos[80], cpos = 1;
int CursorX = 0, CursorY = 0, FirstLine = 0, x, y, LastLine = 0; int CursorX = 0, CursorY = 0, FirstLine = 0, x, y, LastLine = 0;
unsigned char Attribute = 7, FontMode = FALSE, Undo = FALSE, FontTyped = FALSE, unsigned char Attribute = 7, FontMode = FALSE, Undo = FALSE, FontTyped = FALSE,
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#define MaxLines 1000 #define MaxLines 1000
extern unsigned char Screen[4][MaxLines+1][160]; extern unsigned char Screen[4][MaxLines+1][160];
extern unsigned char tabs[80]; extern unsigned char tabs[81];
extern unsigned char CursorPos[80]; extern unsigned char CursorPos[80];
extern int CursorX, CursorY, FirstLine, x, y, LastLine; extern int CursorX, CursorY, FirstLine, x, y, LastLine;
extern unsigned char Attribute, FontMode, Undo, FontTyped, extern unsigned char Attribute, FontMode, Undo, FontTyped,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment