summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add examples for new functions to READMERob Hoelz2012-09-151-0/+13
|
* Add gitignoreRob Hoelz2012-09-141-0/+3
|
* Add cursor.lua to rockspecRob Hoelz2012-09-141-0/+1
|
* Add cursor and clear functionsRob Hoelz2012-09-142-1/+58
|
* Bump up rockspec versionRob Hoelz2012-09-141-2/+2
|
* Rename rockspec for laterRob Hoelz2012-09-141-0/+0
|
* Update rockspec0.10.01Rob Hoelz2012-06-251-1/+1
|
* Fix pointer problemRob Hoelz2012-06-251-2/+2
|
* Import of first release of lua-termRob Hoelz2012-06-257-0/+195