Added support for switching the terminal to bold mode.

This commit is contained in:
Adam Murdoch
2012-08-04 07:06:11 +10:00
parent 9cfe2b1f24
commit 31e9d2b41c
9 changed files with 180 additions and 4 deletions

View File

@@ -20,6 +20,6 @@ class TerminalTest extends Specification {
then:
NativeException e = thrown()
e.message.startsWith('Stdout is not attached to a terminal.')
e.message.startsWith('Could not open terminal. Errno is ')
}
}