ae04003d354a

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jan 2020 19:28:11 -0500
parents 1151d2ae2de6
children 9a5877804919
branches/tags (none)
files README.markdown

Changes

--- 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.