mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-09 13:45:31 +02:00
Update libtsm to not erase screen on palette change
Fixes #57. Fixes #58.
This commit is contained in:
parent
07f76f2956
commit
d45ea7a3cd
4 changed files with 178 additions and 1 deletions
8
test/scenes/theme.tscn
Normal file
8
test/scenes/theme.tscn
Normal file
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://test/scenes/theme.gd" type="Script" id=1]
|
||||
|
||||
[node name="Terminal" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue