The latest version of echo is 0.1.4-0.

echo

Version 0.1.2 revision 0 uploaded by ryanglscott.

Package meta

Synopsis
A cross-platform, cross-console way to handle echoing terminal input
Description

The base library exposes the hGetEcho and hSetEcho functions for querying and setting echo status, but unfortunately, neither function works with MinTTY consoles on Windows. This is a serious issue, since hGetEcho and hSetEcho are often used to disable input echoing when a program prompts for a password, so many programs will reveal your password as you type it on MinTTY!

This library provides an alternative interface which works with both MinTTY and other consoles. An example is included which demonstrates how one might prompt for a password using this library. To build it, make sure to configure with the -fexample flag.

Author
Ryan Scott
Bug reports
https://github.com/RyanGlScott/echo/issues
Category
System
Copyright
(C) 2016-2017 Ryan Scott
Homepage
https://github.com/RyanGlScott/echo
Maintainer
Ryan Scott <ryan.gl.scott@gmail.com>
Package URL
n/a
Stability
Provisional

Components