From 7a6ff732c92bb3ea5d1ddf6c26d33febd18ae040 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 16 Jan 2019 15:39:33 -0500 Subject: Return false from keydown handler in explore --- explore.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/explore.html b/explore.html index 6fa5858..37efd85 100644 --- a/explore.html +++ b/explore.html @@ -16,6 +16,8 @@ button.arr { font-size: 150%; }

+A collaborative ASCII art project. +

ssh torus@ascii.town

@@ -105,5 +107,6 @@ Code is available from case "k": case "ArrowUp": uarr.onclick(); break; case "l": case "ArrowRight": rarr.onclick(); break; } + return false; } -- cgit 1.4.1 on> dontfiles
summary refs log tree commit diff

path: root/port/cgram/makefile (unfollow)
Commit message (Expand)Author
2022-06-10Switch to jorts Install scriptJune McEnroe
2022-06-08Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe