aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
blob: ccb16b90b89129ebce0f63887a5828fbcf7e083c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.05 2016-04-03 15:50:00
    - Don't include unistd.h on Windows

0.04 2016-03-06 16:25:47
    - Include missing unistd.h header file

0.03 2014-04-02 08:00:00
    - Fix syntax error for term.cursor.goto for Lua 5.2
    - Add jump as an alias for goto

0.02 2013-02-21 21:15:00
     - Add cursor functions.
     - Add clear functions.
     - Deprecate term.isatty.  Use luaposix instead.
     - Add colors.default as a synonym for colors.reset.
     - The metatable for colors is no longer hidden.

0.01 2012-06-25 23:30:00
     - Initial release.  Includes colors and isatty.