We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9115c61 commit 8f7b29fCopy full SHA for 8f7b29f
2 files changed
Filelist
@@ -296,11 +296,11 @@ SRC_ALL = \
296
src/libvterm/src/encoding/uk.inc \
297
src/libvterm/src/encoding/uk.tbl \
298
src/libvterm/src/keyboard.c \
299
- src/libvterm/src/termmouse.c \
+ src/libvterm/src/mouse.c \
300
src/libvterm/src/parser.c \
301
src/libvterm/src/pen.c \
302
src/libvterm/src/rect.h \
303
- src/libvterm/src/termscreen.c \
+ src/libvterm/src/screen.c \
304
src/libvterm/src/state.c \
305
src/libvterm/src/unicode.c \
306
src/libvterm/src/utf8.h \
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 2157,
758
/**/
759
2156,
760
0 commit comments