mirror of https://github.com/liamg/aminal.git
#147. Click on hyperlink
This commit is contained in:
parent
838596b804
commit
cae7f5a398
|
@ -75,6 +75,10 @@ func (buffer *Buffer) GetURLAtPosition(col uint16, viewRow uint16) string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if cell.IsHyperlink() {
|
||||||
|
return cell.hyperlink.Uri
|
||||||
|
}
|
||||||
|
|
||||||
candidate := ""
|
candidate := ""
|
||||||
|
|
||||||
for i := col; i >= uint16(0); i-- {
|
for i := col; i >= uint16(0); i-- {
|
||||||
|
|
Loading…
Reference in New Issue