Hi,

When I am copying data from terminal screen from tmux I get new lines broken 
(disappeared) on a some lines. It happens from time to time. Any ideas why it's 
happening and how to fix it?

Examples provided below.

Cheers,
david

### Example (copy & paste w/o tmux) ###

diff --git a/src/XrdApps.cmake b/src/XrdApps.cmake
index e175a4e..1410749 100644
--- a/src/XrdApps.cmake
+++ b/src/XrdApps.cmake
@@ -1,4 +1,4 @@
-
+include_directories( ${ZLIB_INCLUDE_DIRS} )
 include( XRootDCommon )

 
#-------------------------------------------------------------------------------
diff --git a/src/XrdClient.cmake b/src/XrdClient.cmake
index 5bf54d5..fc65b90 100644
--- a/src/XrdClient.cmake
+++ b/src/XrdClient.cmake
@@ -1,4 +1,4 @@
-
+include_directories( ${ZLIB_INCLUDE_DIRS} )
 include( XRootDCommon )

 
#-------------------------------------------------------------------------------

### Example (copy & paste w/ tmux) ###

diff --git a/src/XrdApps.cmake b/src/XrdApps.cmakeindex e175a4e..1410749 
100644--- a/src/XrdApps.cmake+++ b/src/XrdApps.cmake
@@ -1,4 +1,4 @@-+include_directories( ${ZLIB_INCLUDE_DIRS} ) include( 
XRootDCommon )  
#-------------------------------------------------------------------------------diff
 --git a/src/XrdClient.cmake b/src/XrdClient.cmakeindex 5bf54d5..fc65b90 100644
--- a/src/XrdClient.cmake+++ b/src/XrdClient.cmake@@ -1,4 +1,4 
@@-+include_directories( ${ZLIB_INCLUDE_DIRS} ) include( XRootDCommon )  
#-------------------------------------------------------------------------------
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to