diff options
Diffstat (limited to 'src/i_insert.go')
-rw-r--r-- | src/i_insert.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_insert.go b/src/i_insert.go index c3b2dfc..e6e7b13 100644 --- a/src/i_insert.go +++ b/src/i_insert.go @@ -64,4 +64,5 @@ func i_draw_insert_panel(ui HardUI, in *HostNode) { i_draw_box(ui.s, win.L, win.T, win.R, win.B, ui.style[STYLE_BOX], ui.style[STYLE_HEAD], " Insert - " + in.Name + " ", true) + // TODO: here } |