1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-09-16 09:16:26 +02:00

Remove now unused function handleGenericClick

This commit is contained in:
Stefan Haller
2024-08-16 11:25:54 +02:00
parent 61b59837bb
commit fb97c30080
3 changed files with 0 additions and 34 deletions

View File

@@ -35,10 +35,6 @@ type IGuiCommon interface {
// case would be overkill, although refresh will internally call 'PostRefreshUpdate'
PostRefreshUpdate(Context) error
// a generic click handler that can be used for any view; it handles opening
// URLs in the browser when the user clicks on one
HandleGenericClick(view *gocui.View) error
// renders string to a view without resetting its origin
SetViewContent(view *gocui.View, content string)
// resets cursor and origin of view. Often used before calling SetViewContent