New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16535 (reopened enhancement)

Opened 5 years ago

Last modified 17 months ago

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.

http://fungi.yuggoth.org/vsp4s/

Attachments

Portfile-screen.diff (488 bytes) - added by macports@… 5 years ago.
Patch to Portfile to enable vertical split in screen
patch-wrp_vertical_split (38.3 KB) - added by macports@… 5 years ago.
Patch to sources to enable vertical split in screen

Change History

comment:1 Changed 5 years ago by akira@…

  • Owner changed from macports-tickets@… to digdog@…

Changed 5 years ago by macports@…

Patch to Portfile to enable vertical split in screen

Changed 5 years ago by macports@…

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:3 Changed 5 years ago by macports@…

  • Cc macports@… added

Cc Me!

comment:4 Changed 5 years ago by digdog@…

  • Status changed from new to closed
  • Resolution set to fixed

Done. In r40397 and r40398.

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...

comment:7 Changed 17 months ago by vloodo@…

  • Cc vloodo@… added

Cc Me!

Note: See TracTickets for help on using tickets.