-
Notifications
You must be signed in to change notification settings - Fork 39
Commit 19482c0
Fix display of colors when wrapping text
When colored text wraps to the next line, the color was only applied
until the end of the line, the text continued on the following line was
reset to default color.
This reapplies the currently used color at the beginning of each wrapped
line, unless it has been properly reset.1 parent f6feaa2 commit 19482c0
2 files changed
+19
-3
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | + | ||
35 | + | ||
36 | + | ||
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
|
Lines changed: 16 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 | + | ||
296 | 297 |
| |
297 | 298 |
| |
298 | 299 |
| |
| |||
301 | 302 |
| |
302 | 303 |
| |
303 | 304 |
| |
305 | + | ||
304 | 306 |
| |
307 | + | ||
308 | + | ||
309 | + | ||
310 | + | ||
311 | + | ||
312 | + | ||
313 | + | ||
314 | + | ||
315 | + | ||
316 | + | ||
317 | + | ||
305 | 318 |
| |
306 | 319 |
| |
307 | 320 |
| |
308 | 321 |
| |
309 | 322 |
| |
310 | 323 |
| |
311 | - | ||
324 | + | ||
312 | 325 |
| |
313 | 326 |
| |
314 | 327 |
| |
315 | - | ||
328 | + | ||
316 | 329 |
| |
317 | 330 |
| |
318 | 331 |
| |
| |||
322 | 335 |
| |
323 | 336 |
| |
324 | 337 |
| |
325 | - | ||
338 | + |
0 commit comments