MCPcopy Create free account
hub / github.com/WheretIB/nullc / AreaLine

Method AreaLine

GUI/RichTextarea.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43struct AreaLine
44{
45 AreaLine()
46 {
47 length = 0;
48 maxLength = DEFAULT_STRING_LENGTH;
49 data = startBuf;
50 prev = next = NULL;
51 lineExtra = lineStyle = 0;
52 }
53
54 AreaChar startBuf[DEFAULT_STRING_LENGTH];
55 AreaChar *data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected