[commit: packages/haskeline] master: Properly disable echoing in getPassword when running in MinTTY (#52) (9027b63)

git at git.haskell.org git at git.haskell.org
Thu Feb 2 19:06:47 UTC 2017


Repository : ssh://git@git.haskell.org/haskeline

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/9027b63a5a80cb5ce5668e311ad57326a72775b6

>---------------------------------------------------------------

commit 9027b63a5a80cb5ce5668e311ad57326a72775b6
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Mon Jan 30 22:46:20 2017 -0500

    Properly disable echoing in getPassword when running in MinTTY (#52)
    
    Fixes #50.


>---------------------------------------------------------------

9027b63a5a80cb5ce5668e311ad57326a72775b6
 System/Console/Haskeline.hs                    |   8 +-
 System/Console/Haskeline/Backend/Posix.hsc     |  13 +-
 System/Console/Haskeline/Backend/Win32.hsc     |  12 +-
 System/Console/Haskeline/Backend/Win32/Echo.hs | 171 +++++++++++++++++++++++++
 System/Console/Haskeline/Directory.hsc         |   9 +-
 System/Console/Haskeline/Term.hs               |   3 +-
 haskeline.cabal                                |   8 +-
 includes/windows_cconv.h                       |  12 ++
 8 files changed, 207 insertions(+), 29 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 9027b63a5a80cb5ce5668e311ad57326a72775b6


More information about the ghc-commits mailing list