From 770acedcc66f66bcdb465ffc227b374f289d232e Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sat, 12 Sep 2020 12:32:58 -0700 Subject: [PATCH] Comment out the default local ANSI library Script errors-out if a user selected it and there was no such directory. --- xtrn/ansiview/settings.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xtrn/ansiview/settings.ini b/xtrn/ansiview/settings.ini index 9271971dc5..d85c03dd30 100644 --- a/xtrn/ansiview/settings.ini +++ b/xtrn/ansiview/settings.ini @@ -6,11 +6,11 @@ lbg = BG_CYAN sfg = WHITE sbg = BG_BLUE -[ANSI Gallery] -description = A local archive of ANSI and ASCII artwork -module = local.js -path = /sbbs/xtrn/ansiview/library/ansi -hide = *.exe,*.com +;[ANSI Gallery] +;description = A local archive of ANSI and ASCII artwork +;module = local.js +;path = /sbbs/xtrn/ansiview/library/ansi +;hide = *.exe,*.com ;[electronic chicken bbs] ;description = An online archive of ANSI and ASCII artwork -- GitLab