Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readPasswordLine (0.11 sec)

  1. src/cmd/vendor/golang.org/x/term/term_unix.go

    	newState.Iflag |= unix.ICRNL
    	if err := unix.IoctlSetTermios(fd, ioctlWriteTermios, &newState); err != nil {
    		return nil, err
    	}
    
    	defer unix.IoctlSetTermios(fd, ioctlWriteTermios, termios)
    
    	return readPasswordLine(passwordReader(fd))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top