<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/9term/rcstart.c, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>Trivial changes: whitespace and modes.</title>
<updated>2020-01-10T14:54:30+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-10T14:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa325e9b42b0bdfb48857d1958d9fb7ceac55151'/>
<id>fa325e9b42b0bdfb48857d1958d9fb7ceac55151</id>
<content type='text'>
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 &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>9term: make 9term -l invoke $SHELL with -l</title>
<updated>2018-11-14T05:13:01+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2018-11-14T05:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d3f21b709efc5e1ca4c4f0ef58bf9ac5db8e921c'/>
<id>d3f21b709efc5e1ca4c4f0ef58bf9ac5db8e921c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>9term: Set TERM_PROGRAM to termprog</title>
<updated>2018-03-23T09:41:43+00:00</updated>
<author>
<name>Martin Kühl</name>
<email>martin.kuehl@gmail.com</email>
</author>
<published>2018-02-28T10:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=cfa9a6dfa108cda8f830dac649c804161bbde618'/>
<id>cfa9a6dfa108cda8f830dac649c804161bbde618</id>
<content type='text'>
TERM_PROGRAM is the customary way to identify which kind of terminal
emulator program one uses on macOS.
This change sets TERM_PROGRAM to termprog since both variables are used
for the same purpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TERM_PROGRAM is the customary way to identify which kind of terminal
emulator program one uses on macOS.
This change sets TERM_PROGRAM to termprog since both variables are used
for the same purpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>9term: re-enable sys: child note for child processes</title>
<updated>2017-11-27T10:10:27+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2014-12-02T02:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=2023d484f2aa079651e6ff84a955bb1e9b7cbdc9'/>
<id>2023d484f2aa079651e6ff84a955bb1e9b7cbdc9</id>
<content type='text'>
Fixes #6.

Change-Id: Id9950f59c7970575866a7c22a69bfbf3a271f2bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #6.

Change-Id: Id9950f59c7970575866a7c22a69bfbf3a271f2bb
</pre>
</div>
</content>
</entry>
<entry>
<title>9term: set TERM=dumb instead of TERM=9term</title>
<updated>2013-08-06T13:42:10+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2013-08-06T13:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=bf63f986ff1a433ab6cce5287d51c191036f0a65'/>
<id>bf63f986ff1a433ab6cce5287d51c191036f0a65</id>
<content type='text'>
Everyone seems to assume that TERM != dumb implies
ANSI escape codes are okay. In fact, many people assume
that unconditionally, but it is easier to argue back about
TERM=dumb than TERM=9term.

This applies to acme win too, because they share the code.

Set termprog=9term or termprog=win for clients who
need to know.

R=rsc
CC=r
https://codereview.appspot.com/12532043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Everyone seems to assume that TERM != dumb implies
ANSI escape codes are okay. In fact, many people assume
that unconditionally, but it is easier to argue back about
TERM=dumb than TERM=9term.

This applies to acme win too, because they share the code.

Set termprog=9term or termprog=win for clients who
need to know.

R=rsc
CC=r
https://codereview.appspot.com/12532043
</pre>
</div>
</content>
</entry>
<entry>
<title>9term, win: better echo cancellation</title>
<updated>2010-09-03T14:21:16+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2010-09-03T14:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=ef5c6a6edaf3dcf2cddd46841dc0dd8fce2bf967'/>
<id>ef5c6a6edaf3dcf2cddd46841dc0dd8fce2bf967</id>
<content type='text'>
Also just drop \r from output.
It's a losing battle to keep turning it off.

R=rsc
http://codereview.appspot.com/2128042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also just drop \r from output.
It's a losing battle to keep turning it off.

R=rsc
http://codereview.appspot.com/2128042
</pre>
</div>
</content>
</entry>
<entry>
<title>merge</title>
<updated>2009-06-09T16:26:13+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-06-09T16:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=77ac35832191e456a5d9a3ccff667ab262838303'/>
<id>77ac35832191e456a5d9a3ccff667ab262838303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>different login shell</title>
<updated>2006-01-18T23:11:00+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-18T23:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=5bd21066c5fa3a39816416f93186c88832957330'/>
<id>5bd21066c5fa3a39816416f93186c88832957330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>back to -i</title>
<updated>2006-01-18T23:05:38+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-18T23:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=8a6837e8c0d174477fd6e8aca509c2107b414bf0'/>
<id>8a6837e8c0d174477fd6e8aca509c2107b414bf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>login shell</title>
<updated>2006-01-18T00:59:05+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-18T00:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=f729f79ca2feeeaf3e19734e25482ccb618c043f'/>
<id>f729f79ca2feeeaf3e19734e25482ccb618c043f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
