mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
71df1e71bd
Implements the copy_all() method which copies all text in the screen including text in the scrollback buffer. Includes a fix to an upstream bug in libtsm that resulted in double the number of '\n' characters being copied for each row.
12 lines
618 B
Text
12 lines
618 B
Text
[submodule "addons/godot_xterm/native/thirdparty/godot-cpp"]
|
|
path = addons/godot_xterm/native/thirdparty/godot-cpp
|
|
url = https://github.com/godotengine/godot-cpp
|
|
[submodule "addons/godot_xterm/native/thirdparty/libuv"]
|
|
path = addons/godot_xterm/native/thirdparty/libuv
|
|
url = https://github.com/libuv/libuv
|
|
[submodule "addons/godot_xterm/native/thirdparty/libtsm"]
|
|
path = addons/godot_xterm/native/thirdparty/libtsm
|
|
url = https://github.com/lihop/libtsm
|
|
[submodule "addons/godot_xterm/native/thirdparty/node-pty"]
|
|
path = addons/godot_xterm/native/thirdparty/node-pty
|
|
url = https://github.com/microsoft/node-pty
|