Skip to content

Commit

Permalink
libraries: add libvterm
Browse files Browse the repository at this point in the history
  • Loading branch information
wfrisch committed Dec 12, 2024
1 parent 1ad7cf2 commit 9940a77
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,6 @@
[submodule "libraries/rapidjson"]
path = libraries/rapidjson
url = https://github.com/Tencent/rapidjson/
[submodule "libraries/libvterm"]
path = libraries/libvterm
url = https://github.com/wfrisch/libvterm-mirror
18 changes: 18 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,24 @@ def sparse_paths(self):
'src/unix/linux.c',
'src/unix/core.c'
]),
Library('libvterm', [
"src/state.c",
"include/vterm.h",
"t/harness.c",
"src/vterm_internal.h",
"src/screen.c",
"src/vterm.c",
"src/parser.c",
"src/pen.c",
"src/keyboard.c",
"bin/vterm-ctrl.c",
"bin/unterm.c",
"bin/vterm-dump.c",
"src/encoding.c",
"src/unicode.c",
"include/vterm_keycodes.h",
"src/mouse.c",
]),
Library('libwebp', [
"src/enc/vp8l_enc.c",
"examples/cwebp.c",
Expand Down
1 change: 1 addition & 0 deletions libraries/libvterm
Submodule libvterm added at 67cd13

0 comments on commit 9940a77

Please sign in to comment.