Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix left-over oops. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6e34f0dec4e321b75b96d0be30b365e7 |
User & Date: | aku 2014-08-15 17:55:30.382 |
Context
2014-08-15
| ||
23:58 | Fixed varname typo in the error handling for escape code definitions. Plus extension of the general colorization command to allow use without a text. This simply returns the control characters. check-in: 509f2d765f user: andreask tags: trunk | |
17:55 | Fix left-over oops. check-in: 6e34f0dec4 user: aku tags: trunk | |
17:52 | Extended color definition code with recognition of symbolic escape code sequences. check-in: 4d0064e1b1 user: aku tags: trunk | |
Changes
Changes to color.tcl.
︙ | ︙ | |||
307 308 309 310 311 312 313 | define no-underline e24 ; # Underscore define no-blink e25 ; # Blink define no-revers e27 ; # Reverse define no-hidden e28 ; # Hidden define no-strike e29 ; # StrikeThrough # Remainder | | | 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 | define no-underline e24 ; # Underscore define no-blink e25 ; # Blink define no-revers e27 ; # Reverse define no-hidden e28 ; # Hidden define no-strike e29 ; # StrikeThrough # Remainder define reset e0 ; # Reset # And now the standard symbolic names define advisory =yellow define bad =red define confirm =red define error =magenta define good =green |
︙ | ︙ |