about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/local/container.nim2
-rw-r--r--todo1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/local/container.nim b/src/local/container.nim
index 5632bd88..61db75ec 100644
--- a/src/local/container.nim
+++ b/src/local/container.nim
@@ -1644,7 +1644,7 @@ proc peekCursor(container: Container) {.jsfunc.} =
     if container.hoverText[p] != "" or p == container.lastPeek:
       break
   if container.hoverText[p] != "":
-    container.alert($p & ": " & container.hoverText[p])
+    container.alert(container.hoverText[p])
   container.lastPeek = p
 
 func hoverLink(container: Container): string {.jsfget.} =
diff --git a/todo b/todo
index aaadd53a..6d372a4a 100644
--- a/todo
+++ b/todo
@@ -38,7 +38,6 @@ buffer:
 pager:
 - better horizontal line handling: allow viewing content positioned before page
   start, handle long lines, etc
-- figure out a way to show long messages on the status line
 - history, bookmarks (w3m format?)
 - save/edit buffer output
 - alert on external command failure