Update 1a, fix new use of bbs.replace_text
This commit is contained in:
parent
185b655dea
commit
547cdac43c
8
main.js
8
main.js
@ -52,6 +52,8 @@ switch (client.socket.local_port) {
|
|||||||
require(ANSITEX_HOME+'/load/session/ansitex.js','SESSION_ANSITEX');
|
require(ANSITEX_HOME+'/load/session/ansitex.js','SESSION_ANSITEX');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bbs.log_str(SESSION_EXT+':');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is our main event loop - where we interact with the user.
|
* This is our main event loop - where we interact with the user.
|
||||||
* This loop takes care of first connect (unauthenticated users), or after authentication (main shell).
|
* This loop takes care of first connect (unauthenticated users), or after authentication (main shell).
|
||||||
@ -489,7 +491,7 @@ while (bbs.online) {
|
|||||||
log(LOG_DEBUG,'- MODE_BL: Abort ['+cmd+'])');
|
log(LOG_DEBUG,'- MODE_BL: Abort ['+cmd+'])');
|
||||||
|
|
||||||
// 695 = NodeActionMain
|
// 695 = NodeActionMain
|
||||||
bbs.replace_text(695,'\1h%s \1nViewing \1h*'+so.page.name.toString()+'#\1n');
|
bbs.replace_text(695,'\1nViewing \1h*'+so.page.name.toString()+'#\1n');
|
||||||
bbs.node_action=NODE_MAIN;
|
bbs.node_action=NODE_MAIN;
|
||||||
|
|
||||||
action = mode = null;
|
action = mode = null;
|
||||||
@ -919,7 +921,7 @@ while (bbs.online) {
|
|||||||
mode = MODE_BL;
|
mode = MODE_BL;
|
||||||
|
|
||||||
// 719 = NodeActionRetrieving
|
// 719 = NodeActionRetrieving
|
||||||
bbs.replace_text(719,'\1h%s \1n\1gJumping to page');
|
bbs.replace_text(719,'\1n\1gJumping to page');
|
||||||
bbs.node_action=NODE_RFSD;
|
bbs.node_action=NODE_RFSD;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
@ -1166,7 +1168,7 @@ while (bbs.online) {
|
|||||||
so.cursorOff();
|
so.cursorOff();
|
||||||
|
|
||||||
// 695 = NodeActionMain
|
// 695 = NodeActionMain
|
||||||
bbs.replace_text(695,'\1h%s \1nViewing \1h*'+so.page.name.toString()+'#\1n');
|
bbs.replace_text(695,'\1nViewing \1h*'+so.page.name.toString()+'#\1n');
|
||||||
bbs.log_str(so.page.name.toString()+'|');
|
bbs.log_str(so.page.name.toString()+'|');
|
||||||
bbs.node_action=NODE_MAIN;
|
bbs.node_action=NODE_MAIN;
|
||||||
|
|
||||||
|
BIN
text/tex/1a.ans
BIN
text/tex/1a.ans
Binary file not shown.
@ -1 +1 @@
|
|||||||
7ccks3w{#35 ,l|l|,,7k#37k#55jjj 45j 55 kj/|5ho <=$,5uzzzpquzpu5 /./*,//upzpquzp5 Videotex *0_To get back here DATE........... NODE ........$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$ 1Fido Message Networks 7Directory 8Navigating AnsiTEX 9About AnsiTEX *95_ Help *99_ Log off
|
7ccks3w{#35 ,l|l|,,7k#37k#55jjj 45j 55 kj/|5ho <=$,5uzzzpquzpu5 /./*,//upzpquzp5 Videotex *0_To get back here DATE........... NODE ........$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$0$ 1Fido Message Networks 7Directory 8Navigating AnsiTEX 9About AnsiTEX Join in ANSItex is *95_ Help 9 networked*5163_f*99_ Log off More info: deon@bbs.dege.au
|
Loading…
x
Reference in New Issue
Block a user