all repos — minline @ 7d19564e62abf19395a84272602120b410f2f465

A minimalist but highly-customizable line editing library.

Fixed warning on Nim v1.4.0
h3rald h3rald@h3rald.com
Sat, 31 Oct 2020 22:32:25 +0100
commit

7d19564e62abf19395a84272602120b410f2f465

parent

4fc992bdfe3f25ca4110b839effdaf245c37f9a3

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M nimline.nimnimline.nim

@@ -34,9 +34,10 @@ terminal,

deques, sequtils, strutils, + std/exitprocs, os -system.addQuitProc(resetAttributes) +addExitProc(resetAttributes) when defined(windows): proc putchr*(c: cint): cint {.discardable, header: "<conio.h>", importc: "_putch".}