Upcase the terminal type.

This commit is contained in:
Condorra 2024-11-17 19:15:01 +11:00
parent 5895e2508a
commit 782fcfe97f

View File

@ -657,7 +657,7 @@ pub(super) fn mudoutput_subnegotiation_termtype<'gc>(
memo: global_memo.clone(),
mud: socket.clone(),
},
format!("\x00{}", "xterm").as_bytes(),
format!("\x00{}", "XTERM").as_bytes(),
);
Ok(CallbackReturn::Return)
}