mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Fix rustdoc warning
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user