Skip to content

Instantly share code, notes, and snippets.

@evnm
Created December 31, 2010 22:40
Show Gist options
  • Save evnm/761392 to your computer and use it in GitHub Desktop.
Save evnm/761392 to your computer and use it in GitHub Desktop.
CLI example of patching GNU Screen to support vertical window splitting
$ 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
@evnm
Copy link
Author

evnm commented Nov 19, 2011

Fixed. Thanks, Jeremy! I unfortunately wasn't very responsible about updating links on my old site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment