Giter Site home page Giter Site logo

stty's Introduction

sttyl(1)

NAME
	sttyl - A simple implementation of stty; change and print terminal line settings

SYNOPSIS
	./sttyl [SETTING]...

DESCRIPTION
	Print or change terminal line settings.

	Special characters:

		Note - input for special character assumes a control character. There is no need to use the ^ character on input.

		erase CHAR
			^CHAR will erase the last character typed
		intr CHAR
			^CHAR will send an interrupt signal
		kill CHAR
			^CHAR will erase the current line
		quit CHAR
			^CHAR will send a quit signal
	
	Special settings:

		min N
			with -icanon, set N characters minimum for a completed read
		time N
			with -icanon, set read timeout of N tenths of a second

	Control settings:

		[-]crtscts
			enable RTC/CTS handshaking

	Input settings:

		[-]icrnl
			translate carriage return to newline

	Output settings:

		[-]olcuc
			translate lowercase characters to uppercase
		[-]onlcr
			translate newline to carraige return-newline

	Local settings:

		[-]echo
			echo input characters
		[-]echoe
			echo erase characters as backspace-space-backspace
		[-]icanon
			enable erase, kill, werase, and rprnt special characters
		[-]isig
			enable interrupt, quit, and suspend special characters

AUTHOR
	Written by Colten Sullivent
	Partially derived from stty(1) by David MacKenzie

LEGAL
	This manual partially reproduced for educational use from stty(1), Copyright ©2010 Free Software Foundation, Inc.

sttyl(1)

stty's People

Contributors

sulliventc avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.