Skip to content
Snippets Groups Projects
Commit 4c19e4fb authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'slyedit_cfg_save_attrs_as_ansi_false' into 'master'

SlyEdit.cfg: Changed the saveColorsAsANSI value to false. Synchronet does not word-wrap messages with ANSI.

See merge request !200
parents d04a92af 505b1741
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!200SlyEdit.cfg: Changed the saveColorsAsANSI value to false. Synchronet does not word-wrap messages with ANSI.
......@@ -10,7 +10,7 @@ reWrapQuoteLines=true
allowColorSelection=true
; Whether or not to save message color/attribute codes as ANSI (if not, they
; will be saved as Synchronet attribute codes)
saveColorsAsANSI=true
saveColorsAsANSI=false
; Whether or not to allow cross-posting
allowCrossPosting=true
; Whether or not to enable text replacements (AKA macros).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment