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 ""
|
||||
}
|
||||
|
||||
if cell.IsHyperlink() {
|
||||
return cell.hyperlink.Uri
|
||||
}
|
||||
|
||||
candidate := ""
|
||||
|
||||
for i := col; i >= uint16(0); i-- {
|
||||
|
|
Loading…
Reference in New Issue