Skip to content

Commit a82259c

Browse files
committed
---
yaml --- r: 6789 b: refs/heads/master c: 00be346 h: refs/heads/master i: 6787: 91dc2cc v: v3
1 parent ff4a12b commit a82259c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 471b4d6e58baba9ee880c8c8f4183bcf363708cf
2+
refs/heads/master: 00be34608914681e9a0a14611fc5ced6cffa32ec

trunk/src/libstd/term.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Function: color_supported
6363
Returns true if the terminal supports color
6464
*/
6565
fn color_supported() -> bool {
66-
let supported_terms = ["xterm-color", "xterm", "screen-bce"];
66+
let supported_terms = ["xterm-color", "xterm", "screen-bce", "xterm-256color"];
6767
ret alt generic_os::getenv("TERM") {
6868
option::some(env) {
6969
for term: str in supported_terms {

0 commit comments

Comments
 (0)