FreeBSD Bugzilla – Attachment 182121 Details for
Bug 218910
[patch] sysutils/tmux update to 2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
tmux24.diff (text/plain), 1.66 KB, created by
Oleh Hushchenkov
on 2017-04-27 09:22:25 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2017-04-27 09:22:25 UTC
Size:
1.66 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 439526) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= tmux >-PORTVERSION= 2.3 >-PORTREVISION= 2 >+PORTVERSION= 2.4 > CATEGORIES= sysutils > MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >Index: distinfo >=================================================================== >--- distinfo (revision 439526) >+++ distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1475246504 >-SHA256 (tmux-2.3.tar.gz) = 55313e132f0f42de7e020bf6323a1939ee02ab79c48634aa07475db41573852b >-SIZE (tmux-2.3.tar.gz) = 473944 >+TIMESTAMP = 1493282529 >+SHA256 (tmux-2.4.tar.gz) = 757d6b13231d0d9dd48404968fc114ac09e005d475705ad0cd4b7166f799b349 >+SIZE (tmux-2.4.tar.gz) = 470549 > SHA256 (imomaliev-tmux-bash-completion-ef56d3e_GH0.tar.gz) = 2f8f3fe586bbdeec9b251ce3ef74f5edef19ba371968a8011acef860ddac59e1 > SIZE (imomaliev-tmux-bash-completion-ef56d3e_GH0.tar.gz) = 1526 >Index: files/extra-patch-tty-keys.c >=================================================================== >--- files/extra-patch-tty-keys.c (revision 439526) >+++ files/extra-patch-tty-keys.c (working copy) >@@ -1,6 +1,6 @@ >---- tty-keys.c.orig 2016-04-30 12:46:35 UTC >+--- tty-keys.c.orig 2017-04-27 08:46:48 UTC > +++ tty-keys.c >-@@ -628,8 +628,6 @@ complete_key: >+@@ -644,8 +644,6 @@ complete_key: > * used. termios should have a better idea. > */ > bspace = tty->tio.c_cc[VERASE]; >@@ -8,4 +8,4 @@ > - key = (key & KEYC_MASK_MOD) | KEYC_BSPACE; > > /* Remove data from buffer. */ >- evbuffer_drain(tty->event->input, size); >+ evbuffer_drain(tty->in, size);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218910
: 182121