Date: Tuesday, September 15, 2015 @ 23:37:21 Author: heftig Revision: 140337
TERM=tmux is not a good idea when ssh'ing to hosts missing the definition Modified: tmux/trunk/PKGBUILD Deleted: tmux/trunk/default-TERM-tmux.patch -------------------------+ PKGBUILD | 6 ++---- default-TERM-tmux.patch | 25 ------------------------- 2 files changed, 2 insertions(+), 29 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-15 21:35:39 UTC (rev 140336) +++ PKGBUILD 2015-09-15 21:37:21 UTC (rev 140337) @@ -5,7 +5,7 @@ pkgname=tmux pkgver=2.0 -pkgrel=3 +pkgrel=4 pkgdesc='A terminal multiplexer' url='http://tmux.github.io/' arch=('i686' 'x86_64') @@ -12,17 +12,15 @@ license=('BSD') depends=('ncurses' 'libevent' 'libutempter') source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz - ncurses6-xterm-standout.patch default-TERM-tmux.patch + ncurses6-xterm-standout.patch LICENSE) md5sums=('9fb6b443392c3978da5d599f1e814eaa' '70347df93ed1922d6718d91491a7d9b4' - 'a7b0b43c1725d23cc5540f9adfd7ddf4' '71601bc37fa44e4395580b321963018e') prepare() { cd "$srcdir/$pkgname-${pkgver/_/}" patch -Np1 -i ../ncurses6-xterm-standout.patch - patch -Np1 -i ../default-TERM-tmux.patch } build() { Deleted: default-TERM-tmux.patch =================================================================== --- default-TERM-tmux.patch 2015-09-15 21:35:39 UTC (rev 140336) +++ default-TERM-tmux.patch 2015-09-15 21:37:21 UTC (rev 140337) @@ -1,25 +0,0 @@ -From c6c789f045182a95908d5013af190dfb2111043b Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" <[email protected]> -Date: Tue, 15 Sep 2015 23:20:15 +0200 -Subject: [PATCH] Use TERM=tmux by default, since we have it - ---- - options-table.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/options-table.c b/options-table.c -index c99937d..c25b0fd 100644 ---- a/options-table.c -+++ b/options-table.c -@@ -62,7 +62,7 @@ const struct options_table_entry server_options_table[] = { - - { .name = "default-terminal", - .type = OPTIONS_TABLE_STRING, -- .default_str = "screen" -+ .default_str = "tmux" - }, - - { .name = "escape-time", --- -2.5.2 -
