- Jan 14, 2025
-
-
Rob Swindell authored
... using uncrustify mod_paren_on_return config
-
Rob Swindell authored
White-space changes only, exception being the rare insertion of NL before closing brace (couldn't find the option to disable that behavior). I excluded some header files (e.g. sbbs.h) since uncrustify seemed to be doing more harm than good there. I might just end up applying different set of rules to .h files.
-
- May 26, 2024
-
-
Rob Swindell authored
This should fix the Win32 build.
-
Rob Swindell authored
-
- Feb 07, 2024
-
-
Deucе authored
-
- Dec 21, 2023
-
-
Rob Swindell authored
-
- Oct 20, 2022
-
-
Rob Swindell authored
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- May 09, 2020
-
-
rswindell authored
Both hungry/liberal hot-spots and strict hot-spots can be defined now, at the same time. For Nelgin. Use ^A` to define a single-char strict hot-spot using Ctrl-A codes. Unfortunately, this usurps the "home" Ctrl-A code which nothing seems to use but has now been changed to ^A'. Use ` instead of ~ in mnemonics to define strict single-char hot-spots (also displays the cmd key in [] instead () on non ANSI/PETSCII terms). Use @` instead of @~ codes to define strict hot-keys. Use HOT:STRICT @-code to declare a strict hot-key color. Use HOT:HUNGRY @-code to toggle back to hungry color-defined hot-keys (the default). New optional boolean argument to JS console.add_hotkey(), hungry = true by default.
-
- Jan 11, 2019
-
-
rswindell authored
Ctrl-AJ (clear to EOS) Ctrl-A` (home cursor)
-
rswindell authored
Oct-14-2018: It turns out, PabloDraw actually inserts a Ctrl-AZ sequence at the end of .msg (and presumably Synchronet .asc) files it edits - before the SAUCE record. This resulted in a printed Ctrl-Z character (arrow pointing right) in most terminals when viewing text/menu files created or edited with PabloDraw. :-( So, now Ctrl-AZ (uppercase) will revert to the previous definition: premature end-of-file (EOF) and a Ctrl-Az (lowercase) will output a Ctrl-Z (substitute) character. I'm not a big fan of case-sensitive Ctrl-A codes, but frankly, running out of chars and I already started this pattern with the Ctrl-AF/f sequences. Hopefully there's no existing software that is/was putting Ctrl-Az (lowercase) in files, expecting that to trigger a premature EOF. I certainly was not.
-
- Jan 10, 2019
-
-
rswindell authored
when sending the "ANSI" output to stdout (and not a file).
-
- Oct 15, 2018
-
-
rswindell authored
was so pervasive. I hope I don't regret changing this. Ctrl-AZ == Ctrl-Z just "feels right" while Ctrl-AZ == EOF feels stoopid. :-/
-
- Feb 20, 2018
-
-
rswindell authored
-
- Jan 05, 2014
-
-
rswindell authored
equivalents (e.g. pause, delay).
-
- Feb 16, 2009
-
-
rswindell authored
Fixed handling of Ctrl-A\x7F (invalid code). Ctrl-A\x80 now translates to <ESC>[C rather than <ESC>[1C. Ctrl-AL now translatest to <ESC>[2J<ESC>[H to more ANSI-correct.
-
- May 09, 2006
- Sep 19, 2003
-
-
rswindell authored
confusion.
-
- Apr 02, 2003