mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-29 10:45:31 +02:00
fix socat_terminal example
* Godot 4.x seems to require call StreamPeerTCP.poll * add missing signal connection (data from terminal to network)
This commit is contained in:
parent
9569c9e489
commit
e830db667c
2 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,5 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
theme = ExtResource("1_rw2ub")
|
||||
script = ExtResource("1")
|
||||
|
||||
[connection signal="data_sent" from="." to="." method="_on_Terminal_data_sent"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue