aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/bsdpty.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman1-0/+2
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-2/+1
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2017-01-069term, win: work around bsd linker nonsenseRuss Cox1-2/+2
Change-Id: Ifcef0636ee1e1fd0f9b06a8d1a99d58fae831318 Reviewed-on: https://plan9port-review.googlesource.com/2780 Reviewed-by: Russ Cox <rsc@swtch.com>
2017-01-069term, mc: conspire to handle hidpi displaysRuss Cox1-0/+8
9term now uses the low bit of ws.ws_ypixel to signal whether this is a hidpi display, and mc adjusts the font it uses for columnation accordingly. Makes 'lc' work right on hidpi displays. Change-Id: I52928871ffb7f4c6fd6722f3d59f1836379148c6 Reviewed-on: https://plan9port-review.googlesource.com/2760 Reviewed-by: Russ Cox <rsc@swtch.com>
2010-09-039term, win: better echo cancellationRuss Cox1-23/+0
Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042
2005-11-30set window params on startuprsc1-3/+4
2005-08-11Generate interrupt key (according to terminal settings)rsc1-0/+9
when user presses DEL.
2004-04-20fix a deadlock.rsc1-1/+7
2004-04-19make mac workrsc1-0/+1
2004-04-19clean up when finished.rsc1-1/+4
2004-04-16add thisrsc1-0/+109