[Konsole-devel] [Bug 96398] When selecting text,	konsole silently gobbles spaces that occur at the end of the line 
    Robert Hogan 
    robert at roberthogan.net
       
    Wed Jan  5 21:54:40 UTC 2005
    
    
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=96398        
------- Additional Comments From robert roberthogan net  2005-01-05 22:54 -------
This seems to be fixed in CVS:
#define LINE_WRAP do { \
                          assert(d <= columns); \
                          *stream << makeString(m, d, false); \ <---- was 'true'
                          d = 0; \
                        } while(false)
in TEScreen.cpp. When set to  'true' above the behaviour you describe occurs.
    
    
More information about the konsole-devel
mailing list