FreeBSD Bugzilla – Attachment 88393 Details for
Bug 125190
[Maintainer Update]misc/tmux:update to 0.4a
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.62 KB, created by
wenheping
on 2008-07-02 17:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
wenheping
Created:
2008-07-02 17:20:01 UTC
Size:
1.62 KB
patch
obsolete
>diff -curN tmux/Makefile tmux.new/Makefile >--- tmux/Makefile 2008-07-03 07:47:48.000000000 +0800 >+++ tmux.new/Makefile 2008-07-03 07:50:54.000000000 +0800 >@@ -6,7 +6,7 @@ > # > > PORTNAME= tmux >-PORTVERSION= 0.3 >+PORTVERSION= 0.4a > CATEGORIES= misc > MASTER_SITES= SF > >diff -curN tmux/distinfo tmux.new/distinfo >--- tmux/distinfo 2008-06-19 10:22:43.000000000 +0800 >+++ tmux.new/distinfo 2008-07-03 07:50:54.000000000 +0800 >@@ -1,3 +1,3 @@ >-MD5 (tmux-0.3.tar.gz) = a3ea00b76629180fbb50e77dda8e3bea >-SHA256 (tmux-0.3.tar.gz) = a8e81e869e733a8fe7cb53ecdf232c794df08c9b19b4b3055f415ba5e354ac25 >-SIZE (tmux-0.3.tar.gz) = 87339 >+MD5 (tmux-0.4a.tar.gz) = 4afd9540f6b89df9a443cffb8345bf5a >+SHA256 (tmux-0.4a.tar.gz) = 2aebe1161a7ac6563e5b2dda502da49d52c9e4059ba5cea1b21c6fc703d8bc78 >+SIZE (tmux-0.4a.tar.gz) = 100685 >diff -curN tmux/files/patch-tty.c tmux.new/files/patch-tty.c >--- tmux/files/patch-tty.c 1970-01-01 08:00:00.000000000 +0800 >+++ tmux.new/files/patch-tty.c 2008-07-03 07:50:54.000000000 +0800 >@@ -0,0 +1,14 @@ >+--- tty.c.orig 2008-07-03 07:48:22.000000000 +0800 >++++ tty.c 2008-07-03 07:48:46.000000000 +0800 >+@@ -85,9 +85,9 @@ >+ if (tcgetattr(tty->fd, &tty->tio) != 0) >+ fatal("tcgetattr failed"); >+ memcpy(&tio, &tty->tio, sizeof tio); >+- tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|IUCLC|ISTRIP); >++ tio.c_iflag &= ~(IXON|IXOFF|ICRNL|INLCR|IGNCR|IMAXBEL|ISTRIP); >+ tio.c_iflag |= IGNBRK; >+- tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET|OLCUC); >++ tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET); >+ tio.c_lflag &= ~(IEXTEN|ICANON|ECHO|ECHOE|ECHONL|ECHOCTL|ECHOPRT|ECHOKE|ECHOCTL|ISIG); >+ tio.c_cc[VMIN] = 1; >+ tio.c_cc[VTIME] = 0;
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 125190
: 88393