diff options
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ | |||
1 | 0.08 2023-12-29 12:00 | ||
2 | - Add clearend function | ||
3 | - Fix bad argument handling in isatty (https://github.com/hoelzro/lua-term/pull/18 - thanks @mpeterv!) | ||
4 | - Fix motion functions to correctly implement ANSI escape sequences (https://github.com/hoelzro/lua-term/pull/19 - thanks @edouardelasalles!) | ||
5 | |||
1 | 0.07 2016-04-05 22:00:00 | 6 | 0.07 2016-04-05 22:00:00 |
2 | - Fix compilation errors for Lua 5.3 on GCC < 5.0 | 7 | - Fix compilation errors for Lua 5.3 on GCC < 5.0 |
3 | 8 | ||