OSSP CVS Repository

ossp - Check-in [2690]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2690
Date: 2002-Oct-30 17:21:51 (local)
2002-Oct-30 16:21:51 (UTC)
User:rse
Branch:
Comment: Support bold font on 'cygwin' terminals.

Submitted by: Marcus Boerger <marcus.boerger@t-online.de>

Tickets:
Inspections:
Files:
ossp-pkg/shtool/ChangeLog      1.171 -> 1.172     3 inserted, 0 deleted
ossp-pkg/shtool/sh.echo      1.31 -> 1.32     1 inserted, 1 deleted

ossp-pkg/shtool/ChangeLog 1.171 -> 1.172

--- ChangeLog    2002/10/07 05:02:12     1.171
+++ ChangeLog    2002/10/30 16:21:51     1.172
@@ -11,6 +11,9 @@
 
  Changes between 1.6.1 and 1.6.2 (12-Jul-2002 to xx-Oct-2002):
 
+   *) Support bold font on 'cygwin' terminals.
+      [Marcus Boerger <marcus.boerger@t-online.de>]
+
    *) Try the terminal 'init' sequence before 'reset' for bold mode
       restoring in order to make sure the terminal is not cleared.
       Additionally, fallback to a consistent no-bold mode.


ossp-pkg/shtool/sh.echo 1.31 -> 1.32

--- sh.echo      2002/10/07 05:02:12     1.31
+++ sh.echo      2002/10/30 16:21:51     1.32
@@ -58,7 +58,7 @@
             term_bold=`awk 'BEGIN { printf("%c%c%c%c", 27, 91, 49, 109); }' </dev/null 2>/dev/null`
             term_norm=`awk 'BEGIN { printf("%c%c%c", 27, 91, 109); }' </dev/null 2>/dev/null`
             ;;
-        vt100|vt100*)
+        vt100|vt100*|cygwin)
             term_bold=`awk 'BEGIN { printf("%c%c%c%c%c%c", 27, 91, 49, 109, 0, 0); }' </dev/null 2>/dev/null`
             term_norm=`awk 'BEGIN { printf("%c%c%c%c%c", 27, 91, 109, 0, 0); }' </dev/null 2>/dev/null`
             ;;

CVSTrac 2.0.1