Skip to content

Commit 8f7b29f

Browse files
committed
patch 8.1.2157: libvterm source files missing from distribution
Problem: Libvterm source files missing from distribution. Solution: Rename source files. (closes #5065)
1 parent 9115c61 commit 8f7b29f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Filelist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,11 @@ SRC_ALL = \
296296
src/libvterm/src/encoding/uk.inc \
297297
src/libvterm/src/encoding/uk.tbl \
298298
src/libvterm/src/keyboard.c \
299-
src/libvterm/src/termmouse.c \
299+
src/libvterm/src/mouse.c \
300300
src/libvterm/src/parser.c \
301301
src/libvterm/src/pen.c \
302302
src/libvterm/src/rect.h \
303-
src/libvterm/src/termscreen.c \
303+
src/libvterm/src/screen.c \
304304
src/libvterm/src/state.c \
305305
src/libvterm/src/unicode.c \
306306
src/libvterm/src/utf8.h \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
2157,
756758
/**/
757759
2156,
758760
/**/

0 commit comments

Comments
 (0)