mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
Reformat existing gdscript code
This commit is contained in:
parent
ae707a6667
commit
deb68e323c
9 changed files with 269 additions and 108 deletions
|
@ -24,13 +24,13 @@ enum SelectionMode {
|
|||
POINTER,
|
||||
}
|
||||
|
||||
export (UpdateMode) var update_mode = UpdateMode.AUTO setget set_update_mode
|
||||
export(UpdateMode) var update_mode = UpdateMode.AUTO setget set_update_mode
|
||||
|
||||
var cols = 2
|
||||
var rows = 2
|
||||
|
||||
# If true, text in the terminal will be copied to the clipboard when selected.
|
||||
export (bool) var copy_on_selection
|
||||
export(bool) var copy_on_selection
|
||||
|
||||
# Bell
|
||||
# If muted, the "bell" signal will not be emitted when the bell "\u0007" character
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue