fix shell widget
This commit is contained in:
@@ -23,6 +23,10 @@ function on_dialog_action(text)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function on_shell_result(text)
|
function on_shell_result(text)
|
||||||
|
if text == "" then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
current_output = text
|
current_output = text
|
||||||
redraw()
|
redraw()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user