- Jan 07, 2018
-
-
echicken authored
it may be a child frame of some other, and this will remove it from there (and free up memory). Fixes ansiview crash after browsing x number of local directories. Various formatting changes with no functional impact (I hope).
-
- Jan 06, 2018
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
nightfox authored
-
nightfox authored
Version 1.56: Fixed a bug (reported by Al) where saving via /s on an empty line was causing SlyEdit to quit with an error.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Use sauce_lib.js and ansiterm_lib.js to enable support for iCE colored ANSis. We should look into .bin file support too
-
rswindell authored
-
- Jan 05, 2018
-
-
mcmlxxix authored
-
rswindell authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
SlyEdit version 1.55: Added support for changing the text color. Ctrl-K can be used to choose a text color (other key combos that might make more sense such as Ctrl-A or Ctrl-C were already used for other featuers). Text colors/attributes are entered as a series of attributes. For instance, to choose green, one would enter G. To choose high-intensity green, one would enter HG. One can switch back to the normal attribute by choosing N. Colors are also supported in the text replacements file - Color/attribute codes can be used in the substitute words. Also, \1 can now be used in the color configuration files in place of the ASCII-1 character.
-
rswindell authored
-
- Jan 04, 2018
- Jan 03, 2018
- Jan 02, 2018
-
-
rswindell authored
text.
-
- Jan 01, 2018
-
-
rswindell authored
scroll through captured previews. Very handy for quickly previewing all the BBSes that can be previewed in this way. Removed experimental/test functions: clean, compress, and decode.
-
rswindell authored
compress_preview() now accepts a binary preview, not base64 encoded (so skip an entire base64-encode/decode step).
-
rswindell authored
-
rswindell authored
-
- Dec 31, 2017
- Dec 30, 2017
-
-
rswindell authored
<ESC>[5~ and <ESC>[6~ (these appear to be VT-220 sequences).
-
rswindell authored
[chat_sec] section of your modopts.ini file.
-
rswindell authored
Not defined in MSVC2013. Appears to work again/still.
-
deuce authored
-
deuce authored
input on Windows (e.g. the prompt() method no longer worked) broke JSDoor, and caused Windows and Linux console input to behave differently. Create functions to cook/thaw the tty, and call them around stdin things. This change was related to his postpoll.js work, so that might be broken now.
-
rswindell authored
sbbsimsg.js for quite some time now, so require both sysstat/UDP and msp/TCP - nothing else.
-
rswindell authored
and displaying/showing login previews. This saves over 50% of the storage for login previews and will reduce the redundant chatter on the message bases where these previews may be exported. Previous versions of sbbslist.js will not be able to decode LZ-compressed previews, but should do so gracefully (no error, just no preview). Fixed the "update -preview" option (wasn't capturing previews). This file is now dependent on load/lz-string.js and hexdump_lib.js.
-
rswindell authored
draw_preview(). This file is now dependent on lz-string.js (for compressing preview data)
-
rswindell authored
-
rswindell authored
-