From 4baf76422fadb216bf27b47645b52da3379e7dea Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Jun 2023 07:43:53 +0100 Subject: [PATCH] Both files can go on one line. --- Makefile.am | 3 +-- tmux.1 | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 829a9ef9..d02024c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -220,8 +220,7 @@ endif # Enable sixel support. if ENABLE_SIXEL -dist_tmux_SOURCES += image.c -dist_tmux_SOURCES += image-sixel.c +dist_tmux_SOURCES += image.c image-sixel.c endif if NEED_FUZZING diff --git a/tmux.1 b/tmux.1 index 5cd90d88..7bf2bc4d 100644 --- a/tmux.1 +++ b/tmux.1 @@ -21,7 +21,7 @@ .Nm tmux .Nd terminal multiplexer .Sh SYNOPSIS -.Nm +.Nm tmux .Bk -words .Op Fl 2CDlNuVv .Op Fl c Ar shell-command