summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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.luaEdouard Delasalles2016-07-191-4/+4
* | Add clearend functionmainRob Hoelz2019-02-051-0/+1
* | Merge pull request #20 from jubalh/masterRob Hoelz2016-11-181-0/+12
|\ \ | |/ |/|
| * 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.isattyPeter Melnichenko2016-06-091-1/+1
|/
* Merge pull request #17 from n0la/masterRob Hoelz2016-06-021-0/+22
|\
| * 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
* 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
* Don't require unistd for MS C++Rob Hoelz2016-03-151-1/+3
* Merge pull request #14 from n0la/masterRob Hoelz2016-03-081-18/+17
|\
| * Whitespace cleanup.Florian Stinglmayr2016-03-081-18/+17
| * Allow user to override LUA_VER and LUA_DIR.Florian Stinglmayr2016-03-081-2/+2
|/
* 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 compa...TsT2015-02-191-2/+3
* Merge pull request #10 from opoplawski/warningRob Hoelz2014-05-021-0/+1
|\
| * 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 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
* Fix parse error on 5.2Rob Hoelz2014-02-131-7/+7
* 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