diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 792bca51..021188ec 100644 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -299,7 +299,7 @@ class Terminal(Gtk.VBox): passchars = "-A-Za-z0-9,?;.:/!%$^*&~\"#'" hostchars = "-A-Za-z0-9:\[\]" pathchars = "-A-Za-z0-9_$.+!*(),;:@&=?/~#%'" - schemes = "(news:|telnet:|nntp:|file:/|https?:|ftps?:|webcal:)" + schemes = "(news:|telnet:|nntp:|file:/|https?:|ftps?:|webcal:|ssh:)" user = "[" + userchars + "]+(:[" + passchars + "]+)?" urlpath = "/[" + pathchars + "]*[^]'.}>) \t\r\n,\\\"]"