Add copy selection support

This commit is contained in:
Leroy Hopson 2021-07-08 20:33:46 +07:00
parent 6448e58dc2
commit b2c9a67df6
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
5 changed files with 18 additions and 1 deletions

View file

@ -1,4 +1,4 @@
extends GDXterm.Terminal
extends "res://addons/godot_xterm/nodes/terminal/terminal.gd"
onready var pty = $PTY

View file

@ -11,6 +11,7 @@ script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
copy_on_selection = true
[node name="PTY" type="Node" parent="."]
script = ExtResource( 2 )