Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
9ff07027
Commit
9ff07027
authored
Feb 19, 2022
by
echicken
🐔
Browse files
Added optional 'title' setting to root section of bullshit.ini.
If absent, default string 'Bulletins' will be used.
parent
a91c3673
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xtrn/bullshit/bullshit.js
xtrn/bullshit/bullshit.js
+1
-1
No files found.
xtrn/bullshit/bullshit.js
View file @
9ff07027
...
@@ -226,7 +226,7 @@ function initDisplay(settings, list) {
...
@@ -226,7 +226,7 @@ function initDisplay(settings, list) {
footerFrame
.
drawBorder
(
settings
.
colors
.
border
);
footerFrame
.
drawBorder
(
settings
.
colors
.
border
);
titleFrame
.
gotoxy
(
3
,
2
);
titleFrame
.
gotoxy
(
3
,
2
);
titleFrame
.
putmsg
(
'
Bulletins
'
);
titleFrame
.
putmsg
(
settings
.
title
||
'
Bulletins
'
);
// titleFrame.gotoxy(frame.width - 25, 2);
// titleFrame.gotoxy(frame.width - 25, 2);
// titleFrame.putmsg('bullshit v3 by echicken', settings.colors.heading);
// titleFrame.putmsg('bullshit v3 by echicken', settings.colors.heading);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment