Rename files.

pull/3592/head
topcat001 2023-06-17 17:01:16 -07:00
parent b22d32d067
commit a52650ea85
4 changed files with 3 additions and 3 deletions

View File

@ -220,8 +220,8 @@ endif
# Enable sixel support.
if ENABLE_SIXEL
dist_tmux_SOURCES += sixel/sixel.c
dist_tmux_SOURCES += sixel/image.c
dist_tmux_SOURCES += image.c
dist_tmux_SOURCES += image-sixel.c
endif
if NEED_FUZZING

2
tmux.h
View File

@ -3401,7 +3401,7 @@ int image_check_line(struct screen *, u_int, u_int);
int image_check_area(struct screen *, u_int, u_int, u_int, u_int);
int image_scroll_up(struct screen *, u_int);
/* sixel.c */
/* image-sixel.c */
struct sixel_image *sixel_parse(const char *, size_t, u_int, u_int);
void sixel_free(struct sixel_image *);
void sixel_log(struct sixel_image *);