cdesktopenv/cde/lib
Stuart Brady 0306c7c6f2 DtTerm: fix formatted text in history buffer
Formatted text currently gets corrupted by DtTerm when copied into its
history buffer.

As soon as a line of text is copied into the history, the text of each
segment of formatted text is altered so that it contains the text from
the start of the line.  For example:

    echo -e '\e[1mbold\e[m \e[4munderlined\e[m'

When the text has scrolled off the screen, scrolling back to it reveals:

    boldbbold under

This is fixed by adding the calls to _DtTermPrimBufferGetCharacterPointer
that were missing which would update the buffer pointer when inserting
text into the history buffer.
2015-05-05 16:47:05 -06:00
..
DtHelp libDtHelp: Resolve 11 compiler warnings. 2015-01-14 11:41:38 +00:00
DtMrm
DtPrint libDtPrint: Resolve the 1 remaining compiler warning. 2015-01-14 11:43:58 +00:00
DtSearch DtSearch: remove bogus debug block 2014-12-26 15:52:33 -07:00
DtSvc libDtSvc: Resolve 28 compiler warnings. 2015-01-14 14:10:55 +00:00
DtTerm DtTerm: fix formatted text in history buffer 2015-05-05 16:47:05 -06:00
DtWidget DtWidget: Coverity (memory corruption) 2014-12-26 14:10:01 -07:00
DtXinerama DtXinerama: no need to check unsigned int < 0 (CID:86121) 2014-12-27 14:14:59 -07:00
csa csa: Coverity (memory corruption, moderate) 2014-12-26 16:00:55 -07:00
pam
tt libtt: Change to standard function prototypes in ttauth. Fix some compiler warnings by adding #includes 2014-12-30 17:31:46 +00:00
Imakefile