AmendHub

Download:

jcs

/

subtext

/

amendments

/

474

session: Remove cp437 from struct, it was never used


jcs made amendment 474 about 1 year ago
--- console.c Tue Mar 7 22:38:02 2023 +++ console.c Mon Apr 10 15:15:02 2023 @@ -125,7 +125,6 @@ console_init(void) console->session->cookie = (void *)console; console->session->vt100 = 1; - console->session->cp437 = 1; console->session->tspeed = 19200; if ((sysop_username = user_first_sysop_username()) != NULL) { --- session.h Fri Apr 7 14:10:56 2023 +++ session.h Mon Apr 10 15:55:32 2023 @@ -94,7 +94,6 @@ struct session { bool vt100; bool vt52; bool color; - bool cp437; bool transferring_file; bool is_telnet; char chatting_with_node[10];