godot-xterm/addons/godot_xterm/native/src
Leroy Hopson e8c27f2796
Add clear and sb_reset
Clearing the terminal removes all lines in the scrollback buffer except
for the most recent.

With sb_reset, the terminal will return the scrollback buffer to the
bottom when the user starts typing if they have previously scrolled up.
2021-07-13 06:33:44 +07:00
..
node_pty Update license information 2021-07-07 21:39:54 +07:00
.gdignore Enable compiling 64-bit on Windows using MSVC 2020-11-10 13:44:29 +07:00
libgodotxtermnative.cpp Add disable_pty compile option 2021-07-07 21:32:26 +07:00
libuv_utils.cpp Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
libuv_utils.h Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
pipe.cpp Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
pipe.h Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
terminal.cpp Add clear and sb_reset 2021-07-13 06:33:44 +07:00
terminal.h Add clear and sb_reset 2021-07-13 06:33:44 +07:00