From 040dae1ab041005ca1b9d603a52b06f5d80e969b Mon Sep 17 00:00:00 2001 From: Sebastian Morr Date: Tue, 8 Sep 2020 23:01:01 +0200 Subject: [PATCH] Send commands from terminal non-async for now --- terminal.tscn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/terminal.tscn b/terminal.tscn index 840db19..ffc007e 100644 --- a/terminal.tscn +++ b/terminal.tscn @@ -36,7 +36,7 @@ __meta__ = { [node name="Output" type="RichTextLabel" parent="Control"] margin_right = 1920.0 -margin_bottom = 1019.0 +margin_bottom = 1039.0 size_flags_vertical = 3 custom_styles/normal = SubResource( 1 ) custom_fonts/normal_font = ExtResource( 1 ) @@ -66,6 +66,7 @@ text = "git checkout HEAD^" align = 0 [node name="Button4" parent="Control" instance=ExtResource( 4 )] +visible = false margin_left = 0.0 margin_top = 1019.0 margin_right = 1920.0 @@ -84,4 +85,4 @@ caret_blink = true __meta__ = { "_edit_use_anchors_": false } -[connection signal="text_entered" from="Control/Input" to="." method="send_command_async"] +[connection signal="text_entered" from="Control/Input" to="." method="send_command"]