aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
blob: 8238968de2286361c1d14b6be5208faf2b73a473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0.06 2016-04-04 20:00:00
    - Fix compilation flags for Lua 5.3

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.