all repos — minline @ 644533ce09721149893fc8d8586d68a87790edbd

A minimalist but highly-customizable line editing library.

Fixed warning with Nim v1.4.0
h3rald h3rald@h3rald.com
Sat, 31 Oct 2020 22:33:54 +0100
commit

644533ce09721149893fc8d8586d68a87790edbd

parent

1868fcf71d0bac973a0dd7fa9537088fd6793871

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".}