From 74d7728881f3eb13f58cd859fbf0b79314dcc765 Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Wed, 16 Apr 2014 18:28:21 +0300 Subject: [PATCH] an indicator of whether it is ansi or ascii up front. - May look too similar but well they ARE similar terms --- editor/sahliedit.litcoffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/sahliedit.litcoffee b/editor/sahliedit.litcoffee index a9aab48..733fa25 100644 --- a/editor/sahliedit.litcoffee +++ b/editor/sahliedit.litcoffee @@ -155,7 +155,7 @@ insert it into the array at end position. A la the draggon-dropping. additem: (item) -> - entry = $("
  • #{item.author} : #{item.name} : #{item.file}
  • ") + entry = $("
  • #{ansiorascii booltoint item.amiga} | #{item.author} : #{item.name} : #{item.file}
  • ") entry.dblclick => @.editline item