Re: newline in followup_string

[email protected] Wed, 21 Oct 2015 11:51:58 -0400
Newsgroups gmane.network.slrn.user
Message-ID <[email protected]>
Duh.

I had \\n (from my old newsreader), and it didn't work, and I didn't
think to change it to \n.

Never mind.

--hymie!

John E. Davis writes:
>[email protected] <[email protected]> wrote:
>> than a single 72-character line.  So I have changed
>>   %n  name of the current newsgroup
>> to be
>>   %N  name of the current newsgroup
>>   %n  newline
>> and now my followup_string is broken into 2 lines.
>
>Try using \n to insert a newline character, e.g.,
>
>  set followup_string "line1\nline2\nline3"
>
>Thanks,
>--John

------------------------------------------------------------------------------