Controls acting as a command line console should implement this interface
to be able to interact with the main window.
[Source]
# File ui/widgets.rb, line 65 65: def append(line) raise 'unimplemented!' end
[Validate]