Index: illume.edc =================================================================== --- illume.edc (revision 41174) +++ illume.edc (working copy) @@ -1451,6 +1451,33 @@ } } } + part { + name: "current_char.label"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { + state: "default" 0.0; + visible: 1; + rel1 { + to: "base"; + relative: 0.0 0.8; + offset: 0 0; + } + rel2 { + to: "base"; + relative: 1.0 1.0; + offset: 0 0; + } + text { + font: "Sans"; + text: "Current chars to be displayed"; + size: 10; + min: 0 1; + } + align: 0.5 0.0; + } + } } programs { program { name: "lprev";