diff options
Diffstat (limited to 'ide/command_windows.mli')
-rw-r--r-- | ide/command_windows.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/command_windows.mli b/ide/command_windows.mli index 8c7319aa..c34b6cf6 100644 --- a/ide/command_windows.mli +++ b/ide/command_windows.mli @@ -11,4 +11,6 @@ class command_window : object method new_command : ?command:string -> ?term:string -> unit -> unit method frame : GBin.frame + method refresh_font : unit -> unit + method refresh_color : unit -> unit end |