@@ -157,16 +157,14 @@ GitHub.
157157 color will be incorrect for folks who use XTerm's reverseVideo
158158 resource. (See issue #20 ).
159159
160- * Screen width is currently limited to 1000px due to a misfeature in
161- xterm which caused it to silently show nothing. This limitation will
162- be removed once xterm can handle images greater than 1000x1000.
163-
164- * Directories specified on the command line should perhaps be
165- processed as if the user had cd'd to that directory.
160+ * XTerm's screen width is currently limited to 1000px due to a
161+ misfeature which causes it to silently show nothing. This limitation
162+ will be removed once xterm can handle images greater than 1000x1000.
163+ [ Last tested with XTerm(344)] .
166164
167165* Filenames that begin with "@" are special to ImageMagick and it'll
168166 freak out if you don't prepend a directory. (` lsix ./@foo.png ` )
169- (This is a bug in ImageMagick, not lsix.)
167+ (This is a bug in ImageMagick, not lsix).
170168
171169* Specifying the empty string ` "" ` as a filename makes ImageMagick hang.
172170 (This appears to be an ImageMagick bug / misfeature).
@@ -175,6 +173,11 @@ GitHub.
175173 complicate this script too much to make it prefer to wrap on whites
176174 space, dashes, underscores, and periods? Maybe.
177175
176+ * Directories specified on the command line are processed as if the
177+ user had cd'd to that directory. It wouldn't be hard to implement
178+ recursion, but is there actually a need? I'm reluctant to complicate
179+ such a simple script with command line flags.
180+
178181* If you run ` lsix foo.avi ` , you're asking for trouble.
179182
180183* Old versions of xterm need configuration to detect window size.
0 commit comments