these are the bad ones

pull/14/head
dvkt 5 years ago
parent 2039309d9c
commit 66c5772cf9

@ -7,9 +7,9 @@ const BOOKMARKS_FILE: &str = "bookmarks.gph";
macro_rules! dir_missing_fmt {
() => {
"i\r\ni\r
i\r\ni\x1b[91m{error}\x1b[0m\r
i\r\niBookmarks can only be saved if {dir} exists.\r
i\r\niRun this in your terminal to enable bookmarking:\r
i\r\ni\x1b[91m{error}\x1b[0m
i\r\niBookmarks can only be saved if {dir} exists.
i\r\niRun this in your terminal to enable bookmarking:
i\r\nimkdir -p {dir}"
};
}

@ -7,9 +7,9 @@ const HISTORY_FILE: &str = "history.gph";
macro_rules! file_missing_fmt {
() => {
"i\r\ni\r
i\r\ni\x1b[91m{error}\x1b[0m\r
i\r\niHistory is only saved if {file} exists.\r
i\r\niRun this in your terminal to activate automatic history saving:\r
i\r\ni\x1b[91m{error}\x1b[0m
i\r\niHistory is only saved if {file} exists.
i\r\niRun this in your terminal to activate automatic history saving:
i\r\nimkdir -p {dir} && touch {file}"
};
}

Loading…
Cancel
Save