aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_host.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-25 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-25 20:20:20 +0200
commit80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9 (patch)
tree8be2d2ab57e42fae8335717e2cebea933e8dfa43 /src/i_host.go
parentmove was fast too (diff)
downloadhardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.tar.gz
hardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.tar.bz2
hardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.tar.xz
hardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.tar.zst
hardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.zip
red
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)