40 #include "lib/ctk-textentry-multiline.h"
45 struct ctk_textentry *t)
51 t->xpos = (
unsigned char)strlen(&t->text[t->ypos * (t->len + 1)]);
52 if(t->xpos == t->len) {
66 if(t->ypos == t->h - 1) {
67 t->xpos = (
unsigned char)strlen(&t->text[t->ypos * (t->len + 1)]);
68 if(t->xpos == t->len) {
77 if(t->ypos == t->h - 1) {
88 len = (
unsigned char)strlen(&t->text[t->ypos * (t->len + 1)]);