Skip to content

Commit c047668

Browse files
committed
---
yaml --- r: 3132 b: refs/heads/master c: c19a026 h: refs/heads/master v: v3
1 parent db056d8 commit c047668

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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: 14c5900a701bf5d08f9512cbac52a8bf7dc8f4ef
2+
refs/heads/master: c19a026f46cc3e5c22f148d0f34719bcfd1ed727

trunk/src/lib/term.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ fn reset(io::buf_writer writer) {
4848
}
4949

5050
fn color_supported() -> bool {
51+
5152
ret generic_os::getenv("TERM") == option::some[str]("xterm-color");
5253
}
5354

@@ -67,3 +68,11 @@ fn bg(io::buf_writer writer, u8 color) {
6768
}
6869
// export fg;
6970
// export bg;
71+
72+
// Local Variables:
73+
// fill-column: 78;
74+
// indent-tabs-mode: nil
75+
// c-basic-offset: 4
76+
// buffer-file-coding-system: utf-8-unix
77+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
78+
// End:

0 commit comments

Comments
 (0)