rename line => pre

This commit is contained in:
2025-12-28 12:26:28 +09:00
parent 8a2ef65379
commit e5ce5fd61e
4 changed files with 28 additions and 28 deletions

4
dat.h
View File

@@ -85,7 +85,7 @@ struct Lang
struct Im
{
Lang *l;
Str line;
Str pre;
Str kouho[Maxkouho];
int nkouho;
int sel;
@@ -112,7 +112,7 @@ typedef struct Dictreq Dictreq;
struct Dictreq
{
Str key;
Str line;
Str pre;
int lang;
};