Technical triumphs and other musings I've gathered along the way.
Wednesday, June 13, 2012
Compiling GNU/screen with vertical split support
Yum (on RHEL5) GNU/screen doesn't come with the vertical split patch. We just need a newer version. git clone git://git.savannah.gnu.org/screen.git $ cd screen/src $ ./autogen.sh $ ./configure $ make # make install