mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 17:39:09 +00:00
+FAQ to dist. Tweak.
This commit is contained in:
parent
cd2c9d5c41
commit
5890630a83
3
FAQ
3
FAQ
@ -26,7 +26,8 @@ Please send feature requests by email to nicm@users.sourceforge.net.
|
|||||||
the shell it was started from to recover!
|
the shell it was started from to recover!
|
||||||
|
|
||||||
Some consoles really really don't like attempts to set the window title. Tell
|
Some consoles really really don't like attempts to set the window title. Tell
|
||||||
tmux not to do this by turning off the "set-titles" option:
|
tmux not to do this by turning off the "set-titles" option (you can do this
|
||||||
|
in .tmux.conf):
|
||||||
|
|
||||||
set -g set-titles off
|
set -g set-titles off
|
||||||
|
|
||||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.83 2009-01-10 01:30:38 nicm Exp $
|
# $Id: Makefile,v 1.84 2009-01-10 15:21:31 nicm Exp $
|
||||||
|
|
||||||
.SUFFIXES: .c .o .y .h
|
.SUFFIXES: .c .o .y .h
|
||||||
.PHONY: clean update-index.html upload-index.html
|
.PHONY: clean update-index.html upload-index.html
|
||||||
@ -79,7 +79,7 @@ CFLAGS+= -DUSE_LIBUTIL_H
|
|||||||
OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}
|
OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}
|
||||||
|
|
||||||
DISTDIR= ${PROG}-${VERSION}
|
DISTDIR= ${PROG}-${VERSION}
|
||||||
DISTFILES= *.[chyl] Makefile GNUmakefile *.[1-9] NOTES TODO CHANGES \
|
DISTFILES= *.[chyl] Makefile GNUmakefile *.[1-9] NOTES TODO CHANGES FAQ \
|
||||||
`find examples compat -type f -and ! -path '*CVS*'`
|
`find examples compat -type f -and ! -path '*CVS*'`
|
||||||
|
|
||||||
CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html
|
CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user