Commit Briefs

Russ Cox

9term, win: work around bsd linker nonsense

Change-Id: Ifcef0636ee1e1fd0f9b06a8d1a99d58fae831318 Reviewed-on: https://plan9port-review.googlesource.com/2780 Reviewed-by: Russ Cox <rsc@swtch.com>


Russ Cox

9term, mc: conspire to handle hidpi displays

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>


Russ Cox

9term, win: better echo cancellation

Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042



rsc

Generate interrupt key (according to terminal settings)

when user presses DEL.


rsc

fix a deadlock.


rsc

make mac work


rsc

clean up when finished.


rsc

add this