<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/script/script.c, branch releng/14.3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>script: handle terminal resize on SIGWINCH</title>
<updated>2024-04-29T05:29:02+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2024-04-26T16:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2c24df87e3f8af749cc7fc371aafd023b4331ef5'/>
<id>2c24df87e3f8af749cc7fc371aafd023b4331ef5</id>
<content type='text'>
Add a -w flag to forward terminal resize events on to the child, which
can be useful in some circumstances to avoid terminal corruption.

Reviewed by:	des
Co-authored-by:	Xavier Beaudouin &lt;xavier.beaudouin@klarasystems.com&gt;
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.

(cherry picked from commit 8ceac8e13dccbe4e177c8f2f443b87b7d2e3edb3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a -w flag to forward terminal resize events on to the child, which
can be useful in some circumstances to avoid terminal corruption.

Reviewed by:	des
Co-authored-by:	Xavier Beaudouin &lt;xavier.beaudouin@klarasystems.com&gt;
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.

(cherry picked from commit 8ceac8e13dccbe4e177c8f2f443b87b7d2e3edb3)
</pre>
</div>
</content>
</entry>
<entry>
<title>script: minor style improvements</title>
<updated>2024-04-29T05:29:02+00:00</updated>
<author>
<name>Xavier Beaudouin</name>
<email>xavier.beaudouin@klarasystems.com</email>
</author>
<published>2024-04-26T16:10:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fb4c7bf8ac2d72c3f886ef3f8317a8400c2a96d8'/>
<id>fb4c7bf8ac2d72c3f886ef3f8317a8400c2a96d8</id>
<content type='text'>
Fix some nits pointed out by checkstyle9.pl in advance of functional
changes to script(1).

Reviewed by:	des
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.

(cherry picked from commit 4459abe334eb4dbd416fa8094a64afc065ccd1cc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some nits pointed out by checkstyle9.pl in advance of functional
changes to script(1).

Reviewed by:	des
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.

(cherry picked from commit 4459abe334eb4dbd416fa8094a64afc065ccd1cc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-16T17:54:42+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d386b48a555f61cb7325543adbbb5c3f3407a66'/>
<id>1d386b48a555f61cb7325543adbbb5c3f3407a66</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark usage function as __dead2 in programs where it does not return</title>
<updated>2023-07-07T16:45:18+00:00</updated>
<author>
<name>Alfonso Gregory</name>
<email>gfunni234@gmail.com</email>
</author>
<published>2023-07-07T16:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cccdaf507eee8fb34494b4624eb85bb951e323c8'/>
<id>cccdaf507eee8fb34494b4624eb85bb951e323c8</id>
<content type='text'>
In most cases, usage does not return, so mark them as __dead2. For the
cases where they do return, they have not been marked __dead2.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/735
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In most cases, usage does not return, so mark them as __dead2. For the
cases where they do return, they have not been marked __dead2.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/735
</pre>
</div>
</content>
</entry>
<entry>
<title>script: Handle a missing 's' stamp gracefully.</title>
<updated>2022-10-27T20:11:36+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2022-10-27T20:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=473e9fcab4ea9379f53e1f7d8e41f5a5754d0007'/>
<id>473e9fcab4ea9379f53e1f7d8e41f5a5754d0007</id>
<content type='text'>
Sponsored by:	Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D37182
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D37182
</pre>
</div>
</content>
</entry>
<entry>
<title>script: Further usage string nits.</title>
<updated>2022-10-27T19:49:18+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2022-10-27T15:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6ac087cf8ff4de22dc0b1b7ce1248f0a1558ddc2'/>
<id>6ac087cf8ff4de22dc0b1b7ce1248f0a1558ddc2</id>
<content type='text'>
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D37177
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D37177
</pre>
</div>
</content>
</entry>
<entry>
<title>script: Use size_t / ssize_t where needed.</title>
<updated>2022-10-27T19:49:18+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2022-10-27T15:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3276866f40caaf3d5605d5695f460cbdf035ef45'/>
<id>3276866f40caaf3d5605d5695f460cbdf035ef45</id>
<content type='text'>
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D37177
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D37177
</pre>
</div>
</content>
</entry>
<entry>
<title>script: Add usage string for playback mode.</title>
<updated>2022-10-27T14:46:15+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2022-10-26T18:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e7c13cf4383d8216149becf7f843a2e00b30d2e2'/>
<id>e7c13cf4383d8216149becf7f843a2e00b30d2e2</id>
<content type='text'>
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D37138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D37138
</pre>
</div>
</content>
</entry>
<entry>
<title>script: Correct -F in man page and usage string.</title>
<updated>2022-10-27T14:46:09+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2022-10-26T18:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8e096e24d4344b6d3d16e24d58d5d8a0fa9733c9'/>
<id>8e096e24d4344b6d3d16e24d58d5d8a0fa9733c9</id>
<content type='text'>
Sponsored by:	Klara, Inc.
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D37138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	Klara, Inc.
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D37138
</pre>
</div>
</content>
</entry>
<entry>
<title>script: use %n at the end of default tstamp_fmt</title>
<updated>2022-03-10T17:42:55+00:00</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2022-03-10T17:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=31fde973577d0e09caccf0d762135bfa6b14f1f3'/>
<id>31fde973577d0e09caccf0d762135bfa6b14f1f3</id>
<content type='text'>
Since we are only outputting time-stamps when they differ
ending it with a newline, interferes with the output less.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we are only outputting time-stamps when they differ
ending it with a newline, interferes with the output less.
</pre>
</div>
</content>
</entry>
</feed>
