<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/talk, branch release/2.2.6</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Nm talk -&gt; Nm.</title>
<updated>1997-08-14T06:35:40+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-08-14T06:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=38284b1179a5063b17b947a79f787c126b62a0d8'/>
<id>38284b1179a5063b17b947a79f787c126b62a0d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If running under a typical sysv-style curses, including ncurses, use</title>
<updated>1996-08-20T00:31:37+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-20T00:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ec52662281f1ba9f032384b230eab2c7431a0ce1'/>
<id>ec52662281f1ba9f032384b230eab2c7431a0ce1</id>
<content type='text'>
hline() to draw the window split rather than fudging it with dashes.
This causes the line to be drawn in line-draw characters if the terminal
description has them.

Suggested by: ache
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hline() to draw the window split rather than fudging it with dashes.
This causes the line to be drawn in line-draw characters if the terminal
description has them.

Suggested by: ache
</pre>
</div>
</content>
</entry>
<entry>
<title>Update some ancient warts in talk:</title>
<updated>1996-08-19T19:42:00+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-19T19:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e151ec23152e3653ab68ad93684c17f65177ea19'/>
<id>e151ec23152e3653ab68ad93684c17f65177ea19</id>
<content type='text'>
  - use termios, not sgtty
  - dont use _putchar(), that was a BSD-curses specific feature not in
    other curses packages (such as ncurses)
  - use sigaction, not sigvec while I'm there
  - box() does different things under sysv/ncurses on 1-line high windows,
    and BSD-curses doesn't have hline(), so do it by adding characters
    instead.  That works on both styles of curses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - use termios, not sgtty
  - dont use _putchar(), that was a BSD-curses specific feature not in
    other curses packages (such as ncurses)
  - use sigaction, not sigvec while I'm there
  - box() does different things under sysv/ncurses on 1-line high windows,
    and BSD-curses doesn't have hline(), so do it by adding characters
    instead.  That works on both styles of curses.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cast to unsigned char instead of unsigned</title>
<updated>1996-04-03T07:47:35+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1996-04-03T07:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=481f550e6c7c3acb358dee09f92f263d2189639c'/>
<id>481f550e6c7c3acb358dee09f92f263d2189639c</id>
<content type='text'>
Cast ctype argument to unsigned char
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cast ctype argument to unsigned char
</pre>
</div>
</content>
</entry>
<entry>
<title>Increment network byte order properly</title>
<updated>1996-03-12T10:23:30+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1996-03-12T10:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7573cb47cf4b1f33b6794f82a8a5e0bcbdcc1ada'/>
<id>7573cb47cf4b1f33b6794f82a8a5e0bcbdcc1ada</id>
<content type='text'>
Reviewed by: wollman
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by: wollman
</pre>
</div>
</content>
</entry>
<entry>
<title>Make talk automagically find out the interface IP address where the</title>
<updated>1996-03-09T19:23:01+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-03-09T19:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=285926046a95179bfe85b70b3487f13ca791f8db'/>
<id>285926046a95179bfe85b70b3487f13ca791f8db</id>
<content type='text'>
remote peer will be connected through.  This avoids the ``Checking for
invitation on caller's machine'' problem for multi-homed hosts.

Thanks to: Garrett, for his `find_interface' example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remote peer will be connected through.  This avoids the ``Checking for
invitation on caller's machine'' problem for multi-homed hosts.

Thanks to: Garrett, for his `find_interface' example
</pre>
</div>
</content>
</entry>
<entry>
<title>Add setlocale LC_CTYPE</title>
<updated>1995-10-24T06:02:24+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-10-24T06:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=628b3a7935bbf9fb4ed18ef9f03f3533f0141cb1'/>
<id>628b3a7935bbf9fb4ed18ef9f03f3533f0141cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:41:30+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7799f52a32f592a7efe259bc3411ba52d13db797'/>
<id>7799f52a32f592a7efe259bc3411ba52d13db797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow talk own messages wrap around on the screen, just</title>
<updated>1995-03-28T19:48:45+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-03-28T19:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b02b5aada36c10bc26cb5ee1e66119207d51b253'/>
<id>b02b5aada36c10bc26cb5ee1e66119207d51b253</id>
<content type='text'>
scroll them like normal user input/output does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
scroll them like normal user input/output does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Not sure why this one was -lcompat since it doesn't reference anything in</title>
<updated>1995-02-21T04:35:43+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-02-21T04:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e151093c6fd2da3466a63a52709de9f41243a8a5'/>
<id>e151093c6fd2da3466a63a52709de9f41243a8a5</id>
<content type='text'>
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it.
</pre>
</div>
</content>
</entry>
</feed>
