summary refs log tree commit diff stats
path: root/lib/wrappers/linenoise/linenoise.nim
Commit message (Collapse)AuthorAgeFilesLines
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-251-6/+6
| | | | | * docs now show nimExperimentalX APIs * fix for windows
* Simple fix to make the linenoise wrapper do the right thing (#17234)PMunch2021-03-021-1/+1
|
* use `-r:off` for runnableExamples that should compile but not run (#17203)Timothee Cour2021-03-011-8/+7
| | | | | * use -r:off for runnableExamples that should compile but not run * use -r:off in other RT disabled tests
* add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977)Timothee Cour2021-02-091-1/+40
| | | | | * add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) * changelog
* update linenoise (#5357)Arne Döring2017-03-251-2/+1
|
* make linenoise compile in some /tmp directoryAndreas Rumpf2016-09-261-1/+2
|
* rename lib/wrappers/linenoise/linenoise.{c,h}Stefan Talpalaru2015-07-091-1/+1
|
* Unix line endings for linenoise.nimAraq2015-06-211-38/+34
|
* use linenoise instead of GNU readlineAraq2015-06-211-0/+38