diff --git a/src/screen.rs b/src/screen.rs index 680bdbad3..87a77f0b3 100644 --- a/src/screen.rs +++ b/src/screen.rs @@ -1561,7 +1561,7 @@ pub fn escape_code_length(code: &wstr) -> Option { /// 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 . pub fn screen_set_midnight_commander_hack() { MIDNIGHT_COMMANDER_HACK.store(true) }