aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_host.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_host.go')
-rw-r--r--src/i_host.go3
1 files changed, 3 insertions, 0 deletions
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)