Fix rustdoc warning

This commit is contained in:
Daniel Rainer
2025-05-30 21:32:14 +02:00
parent 7a79728df3
commit ba86028aaa

View File

@@ -1561,7 +1561,7 @@ pub fn escape_code_length(code: &wstr) -> Option<usize> {
/// Midnight Commander tries to extract the last line of the prompt, and does so in a way that is
/// broken if you do '\r' after it like we normally do.
/// See https://midnight-commander.org/ticket/4258.
/// See <https://midnight-commander.org/ticket/4258>.
pub fn screen_set_midnight_commander_hack() {
MIDNIGHT_COMMANDER_HACK.store(true)
}