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

@@ -5,5 +5,11 @@ Provides Java bindings for various native APIs.
* Get PID of current process.
* Determine if stdout/stderr are attached to a terminal.
* Query the terminal size.
* Switch between bold and normal mode on the terminal.
Currently only ported to OS X (10.7.4) and Linux (Ubuntu 12.04).
#### TODO
* Split out separate native library for terminal handling.
* String names for errno values.