Ticket #16535 (reopened enhancement)
Add vertical split to screen as a variant
| Reported by: | akira@… | Owned by: | digdog@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | macports@…, vloodo@… | |
| Port: | screen |
Description
Please provide "Vertical Split for GNU Screen" as a new variant of screen port.
Attachments
Change History
Changed 5 years ago by macports@…
- Attachment Portfile-screen.diff added
Patch to Portfile to enable vertical split in screen
Changed 5 years ago by macports@…
- Attachment patch-wrp_vertical_split added
Patch to sources to enable vertical split in screen
comment:2 Changed 5 years ago by macports@…
See attachments for patches to the port for enable screen build with the vertical split patch from http://fungi.yuggoth.org/vsp4s/.
comment:5 Changed 4 years ago by anonymous
- Milestone Port Enhancements deleted
Milestone Port Enhancements deleted
comment:6 Changed 17 months ago by gogo@…
- Status changed from closed to reopened
- Resolution fixed deleted
Currently it does not seem to work; I compiled screen myself using
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/screen co screen $ curl http://old.evanmeagher.net/files/gnu-screen-vertsplit.patch > gnu-screen-vertsplit.patch $ cd screen/src $ patch < ../../gnu-screen-vertsplit.patch $ ./configure --enable-locale --enable-telnet --enable-colors256 --enable-rxct_osc $ make $ sudo make install
and now vertical split works. CTRL-a+| is the trigger...

