Skip to content

Commit 383f387

Browse files
committed
patch 8.1.2088: renamed libvterm mouse.c file not in distributed file list
Problem: Renamed libvterm mouse.c file not in distributed file list. Solution: Rename the file in the file list.
1 parent 5be4cee commit 383f387

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Filelist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ SRC_ALL = \
292292
src/libvterm/src/encoding/uk.inc \
293293
src/libvterm/src/encoding/uk.tbl \
294294
src/libvterm/src/keyboard.c \
295-
src/libvterm/src/mouse.c \
295+
src/libvterm/src/termmouse.c \
296296
src/libvterm/src/parser.c \
297297
src/libvterm/src/pen.c \
298298
src/libvterm/src/rect.h \

src/version.c

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

758758
static int included_patches[] =
759759
{ /* Add new patch number below this line */
760+
/**/
761+
2088,
760762
/**/
761763
2087,
762764
/**/

0 commit comments

Comments
 (0)