Text files redone to use lightbars
This commit is contained in:
BIN
dist/ansis/bulletin1.ans
vendored
BIN
dist/ansis/bulletin1.ans
vendored
Binary file not shown.
10
dist/magicka.strings
vendored
10
dist/magicka.strings
vendored
@@ -141,11 +141,11 @@ Enter the area number:
|
||||
\r\n\e[1;32m%d. %s\e[0m\r\n
|
||||
\e[1;37m --> %d. %s (%d new)\e[0m\r\n
|
||||
\r\n\e[0mTL: %dm :>
|
||||
\r\n\e[1;32mText Files Collection\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;37m%s\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
Enter the number of a text file to display or Q to quit:
|
||||
\e[1;37;44mChoose a Text file to view\e[K
|
||||
\e[24;1H\e[1;37;44mUp / Down to Select, Enter to View, Q to Quit\e[K
|
||||
|
||||
|
||||
|
||||
\r\nSorry, there are no text files to display\r\n
|
||||
\e[2J\e[1;1H\e[1;32mYour Settings\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
|
2
dist/scripts/login_stanza.lua
vendored
2
dist/scripts/login_stanza.lua
vendored
@@ -20,7 +20,7 @@ end
|
||||
while(true) do
|
||||
if file_exists(bulletin_path .. "/bulletin" .. string.format("%d", i) .. ".ans") then
|
||||
bbs_write_string("\027[2J\027[1;1H");
|
||||
bbs_display_ansi("bulletin" .. string.format("%d", i));
|
||||
bbs_display_ansi_pause("bulletin" .. string.format("%d", i));
|
||||
bbs_write_string("\027[1;37mPress any key to continue...\027[0m");
|
||||
bbs_read_char();
|
||||
else
|
||||
|
Reference in New Issue
Block a user