From 80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 25 Apr 2024 20:20:20 +0200 Subject: red --- src/i_host.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/i_host.go') diff --git a/src/i_host.go b/src/i_host.go index 2ad71d2..ed4ac77 100644 --- a/src/i_host.go +++ b/src/i_host.go @@ -82,6 +82,9 @@ func i_host_panel_host(ui HardUI, icons bool, style := ui.style[DEF_STYLE] if yank != nil && host == yank.Host { style = ui.style[YANK_STYLE] + if ui.insert_method == INSERT_MOVE { + style = ui.style[MOVE_STYLE] + } } if host == curr { // style = style.Background(tcell.ColorBlack) -- cgit v1.2.3