added showlinenrs variable to spacetext

This commit is contained in:
2003-01-23 16:39:17 +00:00
parent 219e8e3846
commit 5d93519fbc
2 changed files with 3 additions and 1 deletions

View File

@@ -215,7 +215,8 @@ typedef struct SpaceText {
int font_id;
int lheight;
int left, pad2;
int left;
int showlinenrs;
float pix_per_line;

View File

@@ -1823,6 +1823,7 @@ void init_textspace(ScrArea *sa)
st->font_id= 5;
st->lheight= 12;
st->showlinenrs= 0;
st->top= 0;
}