aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27 from Tieske/windowsHEADmasterRob Hoelz2024-07-012-0/+19
|\ | | | | enable Windows support
| * enable Windows supportThijs2024-06-242-0/+19
|/ | | | requires LuaSystem to be installed
* Merge pull request #26 from Tieske/patch-1Rob Hoelz2024-06-011-2/+3
|\ | | | | refer to luasystem for Windows support
| * Update README.mdThijs Schreijer2024-05-301-2/+3
|/ | | Primarily refer to luasysstem, since that also supports Windows, which luaposix does not.
* Update rockspec for latest release0.80.08Rob Hoelz2023-12-291-3/+3
|
* Update changelogRob Hoelz2023-12-291-0/+5
|
* Merge pull request #19 from edouardelasalles/patch-1Rob Hoelz2023-06-111-4/+4
|\ | | | | Update cursor.lua
| * Update cursor.luaEdouard Delasalles2016-07-191-4/+4
| |
* | Add clearend functionmainRob Hoelz2019-02-051-0/+1
| | | | | | | | Clear from the cursor to the end of the screen
* | Merge pull request #20 from jubalh/masterRob Hoelz2016-11-181-0/+12
|\ \ | |/ |/| Add install instructions for openSUSE
| * Add install instructions for openSUSEMichael Vetter2016-11-181-0/+12
|/
* Merge pull request #18 from mpeterv/fix-isattyRob Hoelz2016-06-091-1/+1
|\ | | | | Fix term.isatty
| * Fix term.isattyPeter Melnichenko2016-06-091-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.
* Merge pull request #17 from n0la/masterRob Hoelz2016-06-021-0/+22
|\ | | | | Update readme with OpenBSD install instructions
| * Update readme with OpenBSD install instructionsFlorian Stinglmayr2016-06-021-0/+22
|/
* Prepare 0.7 rockspec0.70.07Rob Hoelz2016-04-051-3/+3
|
* Update changelogRob Hoelz2016-04-051-0/+3
|
* Fix changelogRob Hoelz2016-04-051-1/+1
|
* Fix _POSIX_C_SOURCE (for good, hopefully)Rob Hoelz2016-04-051-1/+1
|
* Update rockspec file for 0.060.60.06Rob Hoelz2016-04-041-3/+3
|
* Update changelogRob Hoelz2016-04-041-0/+3
|
* Remove -ansi compiler flag to allow for C99Rob Hoelz2016-04-041-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.
* Update rockspec to 0.50.50.05Rob Hoelz2016-04-031-3/+3
|
* Update changelogRob Hoelz2016-04-031-0/+6
|
* Bring in POSIX definitions (eg. fileno) from stdio.hRob Hoelz2016-03-151-0/+2
| | | | Fixes compilation warning
* Don't require unistd for MS C++Rob Hoelz2016-03-151-1/+3
| | | | | | Addresses https://github.com/hoelzro/lua-term/issues/15 This can still work with MinGW if we don't include unistd.h
* Merge pull request #14 from n0la/masterRob Hoelz2016-03-081-18/+17
|\ | | | | Make LUA_VER and LUA_DIR override-able from environment
| * Whitespace cleanup.Florian Stinglmayr2016-03-081-18/+17
| |
| * Allow user to override LUA_VER and LUA_DIR.Florian Stinglmayr2016-03-081-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.
* Update rockspec for 0.040.40.04Rob Hoelz2016-03-061-3/+3
|
* goto is a reserved identifier : Fix the sample for use to be Lua >= 5.2 ↵TsT2015-02-191-2/+3
| | | | compatible
* Merge pull request #10 from opoplawski/warningRob Hoelz2014-05-021-0/+1
|\ | | | | Include <unistd.h> for isatty()
| * Include <unistd.h> for isatty()Orion Poplawski2014-05-021-0/+1
|/
* Merge pull request #9 from azet/masterRob Hoelz2014-04-151-0/+39
|\ | | | | added proper makefile (issue: #8)
| * added proper makefileAaron Zauner2014-04-151-0/+39
|/
* Update rockspec for 0.030.30.03Rob Hoelz2014-04-021-3/+3
|
* Update changelogRob Hoelz2014-04-021-1/+5
|
* Document jumpRob Hoelz2014-04-021-0/+5
|
* Provide jump as alternative to cursor.gotoRob Hoelz2014-04-021-1/+5
| | | | For Lua 5.2
* Fix parse error on 5.2Rob Hoelz2014-02-131-7/+7
| | | | | Better yet would be an alias for the 'goto' function, but that can be added later.
* Fix URL for rockspec0.20.02Rob Hoelz2013-02-211-1/+2
|
* Don't hide the metatable for colorsRob Hoelz2013-02-212-2/+1
|
* Line up equals signsRob Hoelz2013-02-211-22/+22
|
* Add colors.default as a synonym for colors.resetRob Hoelz2013-02-213-0/+3
|
* Add changelog entries for work done for 0.2Rob Hoelz2013-02-211-0/+5
|
* Issue deprecation warning for isattyRob Hoelz2013-02-211-0/+3
|
* Document isattyRob Hoelz2013-02-191-0/+4
|
* Add some more documentationRob Hoelz2013-02-191-0/+98
|
* Suggest kikito's fork as an alternativeRob Hoelz2013-02-191-0/+7
|
* Fix example in READMERob Hoelz2013-02-101-3/+3
|