This file is indexed.

/usr/share/cegui-0.8.4/layouts/VanillaConsole.layout is in libcegui-mk2-doc 0.8.4+dfsg-4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" ?>
<GUILayout version="4">
    <Window name="Console" type="Vanilla/FrameWindow">
        <Property name="AlwaysOnTop" value="True" />
        <Property name="MinSize" value="{{0.2,0},{0.2,0}}" />
        <Property name="MaxSize" value="{{0.8,0},{0.8,0}}" />
        <Property name="Position" value="{{0.5,0},{0.5,0}}" />
        <Property name="Size" value="{{0.5,0},{0.45,0}}" />
        <Property name="Text" value="Console" />
        <Property name="CloseButtonEnabled" value="False" />

        <Window name="Submit" type="Vanilla/Button">
            <Property name="ID" value="1" />
            <Property name="VerticalAlignment" value="Bottom" />
            <Property name="HorizontalAlignment" value="Right" />
            <Property name="MaxSize" value="{{1,0},{1,0}}" />
            <Property name="Position" value="{{0,-7},{0,-7}}" />
            <Property name="Size" value="{{0.25,0},{0,30}}" />
            <Property name="Text" value="Submit" />
        </Window>

        <Window name="Editbox" type="Vanilla/Editbox">
            <Property name="ID" value="2" />
            <Property name="VerticalAlignment" value="Bottom" />
            <Property name="MaxSize" value="{{1,0},{1,0}}" />
            <Property name="Position" value="{{0,7},{0,-7}}" />
            <Property name="Size" value="{{0.75,-21},{0,30}}" />
            <Property name="Text" value="" />
        </Window>

        <Window name="History" type="Vanilla/MultiLineEditbox">
            <Property name="ID" value="3" />
            <Property name="ReadOnly" value="True" />
            <Property name="MaxSize" value="{{1,0},{1,0}}" />
            <Property name="Position" value="{{0,7},{0,7}}" />
            <Property name="Size" value="{{1,-14},{1,-47}}" />
            <Property name="Text">CEGUI Demo Console - F12 toggles this window

It's now easy to add multiline text property.
Line 1

You can now put &lt;xml&gt;stuff&lt;/xml&gt; in your property easly " " "

Line 2
Line 3
</Property>
        </Window>
    </Window>
</GUILayout>