class flux::Console

sys::Obj
  fwt::Widget
    fwt::Pane
      fwt::ContentPane
        flux::SideBar
          flux::Console

Source

Console is used to run external programs and capture output.

append

This append(Str s)

Source

Write the string to the end of the console

clear

This clear()

Source

Write the string to the end of the console

exec

This exec(Str[] command, File? dir := null)

Source

Execute an external process and capture its output in the console. See Process for a description of the command and dir parameters.

onGotoMark

virtual override Void onGotoMark(Mark mark)

Source

onLoad

virtual override Void onLoad()

Source

Use Frame.console to get the console.

prefAlign

virtual override Obj prefAlign()

Source

Console is aligned at the bottom of the frame.