summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term/bsdpty.c
Commit message (Collapse)AuthorAgeFilesLines
* 9term: Skip unnecessary ioctl call on AIX.Ben Huntsman2021-08-301-0/+2
|
* all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman2020-05-071-0/+2
|
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* 9term, win: work around bsd linker nonsenseRuss Cox2017-01-061-2/+2
| | | | | | Change-Id: Ifcef0636ee1e1fd0f9b06a8d1a99d58fae831318 Reviewed-on: https://plan9port-review.googlesource.com/2780 Reviewed-by: Russ Cox <rsc@swtch.com>
* 9term, mc: conspire to handle hidpi displaysRuss Cox2017-01-061-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>
* 9term, win: better echo cancellationRuss Cox2010-09-031-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
* set window params on startuprsc2005-11-301-3/+4
|
* Generate interrupt key (according to terminal settings)rsc2005-08-111-0/+9
| | | | when user presses DEL.
* fix a deadlock.rsc2004-04-201-1/+7
|
* make mac workrsc2004-04-191-0/+1
|
* clean up when finished.rsc2004-04-191-1/+4
|
* add thisrsc2004-04-161-0/+109