summaryrefslogtreecommitdiff
path: root/etc/gettytab
AgeCommit message (Collapse)Author
2019-03-12Almost all terminals now support hardware tabs so default to OXTABSNicholas Marriott
off. This makes three changes: adds the ht capability to the standard lines in gettytab(5); removes OXTABS from TTYDEF_OFLAG in ttydefaults.h (the defaults used by pty(4) - diff from martijn); and only sets OXTABS on terminals which lack hts and tbc in tset(1) (from Thomas Dickey upstream). Addresses problems reported by tedu. ok millert
2018-05-02Add std.1500000 entry, mostly because of firmware constraints on variousMark Kettenis
Rockchip ARM SoCs. ok millert@, deraadt@
2013-12-10Drop the f0, f1, f2 gettytab capabilities that were used to pokeChristian Weisgerber
magic numbers into sgttyb. The "modern" replacement for f# is the set of i#, o#, c#, l# to poke magic numbers into termios. ok miod@
2000-09-08Stamp out comma splices and misspellings.Paul Janzen
1998-06-08default to 8 bit; let me know if this causes problemsTheo de Raadt
1996-05-26sync & labelTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt