You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8
Original file line number
Diff line number
Diff line change
@@ -167,13 +167,6 @@ GitHub.
167
167
will be removed once xterm can handle images greater than 1000x1000.
168
168
[Last tested with XTerm(344)].
169
169
170
-
* Filenames that begin with "@" are special to ImageMagick and it'll
171
-
freak out if you don't prepend a directory. (`lsix ./@foo.png`)
172
-
(This is a bug in ImageMagick, not lsix).
173
-
174
-
* Specifying the empty string `""` as a filename makes ImageMagick hang.
175
-
(This appears to be an ImageMagick bug / misfeature).
176
-
177
170
* Long filenames are wrapped, but not intelligently. Would it
178
171
complicate this script too much to make it prefer to wrap on whites
179
172
space, dashes, underscores, and periods? Maybe.
@@ -274,4 +267,4 @@ GitHub.
274
267
275
268
*[VT340 Test](https://github.com/hackerb9/vt340test), a project to document the actual behaviour of the DEC VT340 hardware.
276
269
277
-
*[Digital ANSI-Compliant Printing Protocol: Level 2 Programming Reference Manual](http://www.vaxhaven.com/images/f/f7/EK-PPLV2-PM-B01.pdf), Chapter 5: Sixel Graphics. An excellent and reasonably clear discussion for anyone who wants to generate or parse sixel graphics.
270
+
*[Digital ANSI-Compliant Printing Protocol: Level 2 Programming Reference Manual](http://www.vaxhaven.com/images/f/f7/EK-PPLV2-PM-B01.pdf), Chapter 5: Sixel Graphics. An excellent and reasonably clear discussion for anyone who wants to generate or parse sixel graphics.
0 commit comments