Skip to content

Commit

Permalink
Rename Function
Browse files Browse the repository at this point in the history
  • Loading branch information
MinisculeGirraffe committed Jul 27, 2022
1 parent 2ba0a44 commit 9dbd9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn fmt_login(uri: &str) -> String {
// formats a clickable hyperlink in a terminal
// https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
// https://en.wikipedia.org/wiki/ANSI_escape_code
fn fmt_ansi_url(display: &str, url: &str) -> String {
fn _fmt_ansi_url(display: &str, url: &str) -> String {
format!("\x1b]8;;{}\x1b\\{}\x1b]8;;\x1b", display, url)
}

Expand Down

0 comments on commit 9dbd9fd

Please sign in to comment.