mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-24 10:20:24 +01:00
Update godot-cpp
Updates the godot-cpp submodule to a version which supports universal macOS builds. - We now need to include the standard string in terminal.cpp. - Clean-up .gitmodules while we're at it.
This commit is contained in:
parent
a7195f3f9b
commit
110e4eff2d
3 changed files with 11 additions and 19 deletions
27
.gitmodules
vendored
27
.gitmodules
vendored
|
@ -1,24 +1,15 @@
|
||||||
[submodule "addons/godot_xterm/godot-cpp"]
|
[submodule "docs/wiki"]
|
||||||
|
path = docs/wiki
|
||||||
|
url = https://github.com/lihop/godot-xterm.wiki
|
||||||
|
[submodule "addons/godot_xterm/native/thirdparty/godot-cpp"]
|
||||||
path = addons/godot_xterm/native/thirdparty/godot-cpp
|
path = addons/godot_xterm/native/thirdparty/godot-cpp
|
||||||
url = https://github.com/lihop/godot-cpp
|
url = https://github.com/godotengine/godot-cpp
|
||||||
[submodule "addons/godot_xterm/libtsm"]
|
[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
|
path = addons/godot_xterm/native/thirdparty/libtsm
|
||||||
url = https://github.com/lihop/libtsm
|
url = https://github.com/lihop/libtsm
|
||||||
[submodule "misc/export_templates/godot"]
|
[submodule "misc/export_templates/godot"]
|
||||||
path = misc/export_templates/godot
|
path = misc/export_templates/godot
|
||||||
url = https://github.com/godotengine/godot
|
url = https://github.com/godotengine/godot
|
||||||
[submodule "addons/godot_xterm/native/thirdparty/libuv"]
|
|
||||||
path = addons/godot_xterm/native/thirdparty/libuv
|
|
||||||
url = https://github.com/libuv/libuv
|
|
||||||
[submodule "libuv/"]
|
|
||||||
url = https://github.com/lihop/libuv
|
|
||||||
[submodule "libuv"]
|
|
||||||
url = https://github.com/libuv/libuv
|
|
||||||
[submodule "godot-cpp/"]
|
|
||||||
url = https://github.com/godotengine/godot-cpp
|
|
||||||
[submodule "docs/godot-xterm.wiki"]
|
|
||||||
path = docs/godot-xterm.wiki
|
|
||||||
url = https://github.com/lihop/godot-xterm.wiki
|
|
||||||
[submodule "docs/wiki"]
|
|
||||||
path = docs/wiki
|
|
||||||
url = https://github.com/lihop/godot-xterm.wiki
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#include <ResourceLoader.hpp>
|
#include <ResourceLoader.hpp>
|
||||||
#include <Theme.hpp>
|
#include <Theme.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <string>
|
||||||
#include <xkbcommon/xkbcommon-keysyms.h>
|
#include <xkbcommon/xkbcommon-keysyms.h>
|
||||||
|
|
||||||
// For _populate_key_list(), see below.
|
// For _populate_key_list(), see below.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 26d4df4e174124e1174c624d770661b1394fcf5f
|
Subproject commit f9f6767722e17a1d690f7ce975e1e7f8065b61e2
|
Loading…
Reference in a new issue