MudaliarArun / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

[PATCH] TerminalBridge fails to bold characters with default foreground color #207

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
TerminalBridge will presently never apply bold to characters with the default 
foreground color. (It 
will successfully apply it to those characters whose foreground color has been 
explicitly set to 
white, or whatever the default happens to be.) Patch fixes TerminalBridge to 
correctly apply bold to 
those characters. It has been tested and appears to work.

(The patch is about 10 lines; if my description is confusing, it will become 
clearer if you read it. :-)

Original issue reported on code.google.com by gwillen@gmail.com on 21 Oct 2009 at 6:43

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r476

Original comment by kenny@the-b.org on 12 Feb 2010 at 4:47