mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-28 10:15:31 +02:00
feat(term): implement copy_all()
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.
This commit is contained in:
parent
8255d8b3ce
commit
71df1e71bd
5 changed files with 56 additions and 14 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -6,7 +6,7 @@
|
|||
url = https://github.com/libuv/libuv
|
||||
[submodule "addons/godot_xterm/native/thirdparty/libtsm"]
|
||||
path = addons/godot_xterm/native/thirdparty/libtsm
|
||||
url = https://github.com/Aetf/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue