diff options
author | Joe <rbo@gmx.us> | 2024-04-25 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-25 20:20:20 +0200 |
commit | 80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9 (patch) | |
tree | 8be2d2ab57e42fae8335717e2cebea933e8dfa43 /src/i_host.go | |
parent | move was fast too (diff) | |
download | hardflip-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.go | 3 |
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) |