#13250 closed defect (fixed)
news/tin fails to handle SIGWINCH
Reported by: | 8656396@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | news, tin, SIGWINCH | Cc: | jmroot (Joshua Root), nox@… |
Port: |
Description
resizing the Apple Terminal window does not update tin's understading about the window size. The problem is quite astonishing as mutt works without problems. Linking mutt against ncurses built from the MacPorts system does not resolve the problem either allthough ncurses was compiled with --enable-sigwinch.
I am using Mac OS X 10.4, the lastest MacPorts and XCode 2.4.1
Attachments (1)
Change History (10)
comment:1 Changed 17 years ago by 8656396@…
comment:2 follow-up: 3 Changed 17 years ago by nox@…
Cc: | 8656396@… nox@… added |
---|---|
Milestone: | → Port Bugs |
Summary: | news/tin SIGWINCH handling does not work → news/tin fails to handle SIGWINCH |
Shouldn't you contact upstream directly?
comment:3 Changed 17 years ago by 8656396@…
Replying to nox@macports.org:
Shouldn't you contact upstream directly?
I've contacted upstream, too. The problem might be related to ncurses in conjunction with Mac OS X. I try to find out more details.
Changed 17 years ago by 8656396@…
Attachment: | tin-sigwinch.patch added |
---|
Workaround developed by Thomas E. Dickey
comment:4 Changed 17 years ago by 8656396@…
The workaround was developed by Thomas E. Dickey. I suggest adding the patch to the Portfile until the upstream configure script is fixed.
comment:5 follow-up: 6 Changed 17 years ago by jmroot (Joshua Root)
Cc: | jmr@… added; 8656396@… removed |
---|
Is this patch still needed now that tin is at version 1.8.3?
comment:6 Changed 17 years ago by 8656396@…
Replying to jmr@macports.org:
Is this patch still needed now that tin is at version 1.8.3?
I've built a fresh version using the +curses switch and without. However SIGWINCH still doesn't work. So the patch is still required.
comment:7 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, committed in r34526.
comment:8 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
I bumped the port revision in r34532 so everyone will get this fix.
sorry - I meant "Linking tin agains ncurses...."