Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-24 | enable Windows support | Thijs | 1 | -0/+6 | |
requires LuaSystem to be installed | |||||
2024-05-30 | Update README.md | Thijs Schreijer | 1 | -2/+3 | |
Primarily refer to luasysstem, since that also supports Windows, which luaposix does not. | |||||
2023-12-29 | Update rockspec for latest release0.80.08 | Rob Hoelz | 1 | -3/+3 | |
2023-12-29 | Update changelog | Rob Hoelz | 1 | -0/+5 | |
2019-02-05 | Add clearend functionmain | Rob Hoelz | 1 | -0/+1 | |
Clear from the cursor to the end of the screen | |||||
2016-11-18 | Add install instructions for openSUSE | Michael Vetter | 1 | -0/+12 | |
2016-07-19 | Update cursor.lua | Edouard Delasalles | 1 | -4/+4 | |
2016-06-09 | Fix term.isatty | Peter Melnichenko | 1 | -1/+1 | |
Pass '1' instead of '-1' to luaL_checkudata when getting the file argument to use the first argument, not the last. Error messages generated by luaL_checkudata are improved. Also, this happens to fix a crash on Lua 5.1.0 caused by a Lua bug. | |||||
2016-06-02 | Update readme with OpenBSD install instructions | Florian Stinglmayr | 1 | -0/+22 | |
2016-04-05 | Prepare 0.7 rockspec0.70.07 | Rob Hoelz | 1 | -3/+3 | |
2016-04-05 | Update changelog | Rob Hoelz | 1 | -0/+3 | |
2016-04-05 | Fix changelog | Rob Hoelz | 1 | -1/+1 | |
2016-04-05 | Fix _POSIX_C_SOURCE (for good, hopefully) | Rob Hoelz | 1 | -1/+1 | |
2016-04-04 | Update rockspec file for 0.060.60.06 | Rob Hoelz | 1 | -3/+3 | |
2016-04-04 | Update changelog | Rob Hoelz | 1 | -0/+3 | |
2016-04-04 | Remove -ansi compiler flag to allow for C99 | Rob Hoelz | 1 | -1/+1 | |
Lua 5.3 requires either C99 or a Windows compiler to have long long integers, or permission from the user to use 32-bit integers for its integer types. I don't mind requiring users of lua-term to have a C99 compiler, but users who want 32-bit integers can override CFLAGS in their environment if they insist. | |||||
2016-04-03 | Update rockspec to 0.50.50.05 | Rob Hoelz | 1 | -3/+3 | |
2016-04-03 | Update changelog | Rob Hoelz | 1 | -0/+6 | |
2016-03-15 | Bring in POSIX definitions (eg. fileno) from stdio.h | Rob Hoelz | 1 | -0/+2 | |
Fixes compilation warning | |||||
2016-03-15 | Don't require unistd for MS C++ | Rob Hoelz | 1 | -1/+3 | |
Addresses https://github.com/hoelzro/lua-term/issues/15 This can still work with MinGW if we don't include unistd.h | |||||
2016-03-08 | Whitespace cleanup. | Florian Stinglmayr | 1 | -18/+17 | |
2016-03-08 | Allow user to override LUA_VER and LUA_DIR. | Florian Stinglmayr | 1 | -2/+2 | |
This way you can specifiy an alternate Lua version through the environment when calling make. This allows for full support of all OpenBSD Lua flavours by just overriding LUA_VER and LUA_DIR. | |||||
2016-03-06 | Update rockspec for 0.040.40.04 | Rob Hoelz | 1 | -3/+3 | |
2015-02-19 | goto is a reserved identifier : Fix the sample for use to be Lua >= 5.2 ↵ | TsT | 1 | -2/+3 | |
compatible | |||||
2014-05-02 | Include <unistd.h> for isatty() | Orion Poplawski | 1 | -0/+1 | |