39 #include "ctk/ctk-textentry-multiline.h"
44 struct ctk_textentry *t)
50 t->xpos = (
unsigned char)strlen(&t->text[t->ypos * (t->len + 1)]);
51 if(t->xpos == t->len) {
65 if(t->ypos == t->h - 1) {
66 t->xpos = (
unsigned char)strlen(&t->text[t->ypos * (t->len + 1)]);
67 if(t->xpos == t->len) {
76 if(t->ypos == t->h - 1) {
87 len = (
unsigned char)strlen(&t->text[t->ypos * (t->len + 1)]);
char ctk_arch_key_t
The keyboard character type of the system.