# HG changeset patch # User Steve Losh # Date 1580430491 18000 # Node ID ae04003d354acd146e4b8aad9b82fda88a465133 # Parent 1151d2ae2de6911b7202e47707978f767287a584 Update diff -r 1151d2ae2de6 -r ae04003d354a README.markdown --- a/README.markdown Thu Jan 30 11:51:02 2020 -0500 +++ b/README.markdown Thu Jan 30 19:28:11 2020 -0500 @@ -280,3 +280,6 @@ * The user config file is `~/.gnuplot` (note the lack of an `rc` suffix). * To stop gnuplot from stealing my goddamn focus: `set terminal … noraise`. * To show the current value of a setting: `show …`. + +Finally got around to writing a first draft of a `lines` utility. Discovered +and fixed a stupid bug in Adopt in the process.