simon-git: puzzles (main): Ben Harris

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Nov 28 22:51:46 GMT 2022


TL;DR:
  e8cdac5 js: Don't word-wrap the status bar
  b967a3e js: Remove support for creating the status bar in JavaScript

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Ben Harris <bjh21 at bjh21.me.uk>
Date:           2022-11-28 22:51:46

commit e8cdac58e551f5c4444a6ff293eaad8e4923856e
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=e8cdac58e551f5c4444a6ff293eaad8e4923856e;hp=4be221ba4917d00a15d115b7f85557b6ab6fa4d0
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Mon Nov 28 22:49:30 2022 +0000

    js: Don't word-wrap the status bar
    
    With word-wrapping disabled, long status-bar texts fall off the
    right-hand end rather than wrapping onto an invisible second line.
    This is less confusing because it makes the overflow more obvious.
    I've also turned on "text-overflow: ellipsis" for extra obviousness.
    Finally, this also the need to explicitly set the height of the status
    bar, not that that was doing any harm.

 html/jspage.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b967a3ea86d6285457abc2a89e455c8f62d2c22a
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=b967a3ea86d6285457abc2a89e455c8f62d2c22a;hp=e8cdac58e551f5c4444a6ff293eaad8e4923856e
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Sun Nov 20 19:04:53 2022 +0000

    js: Remove support for creating the status bar in JavaScript
    
    Now we depend on its being in the HTML.

 emcc.c     |  7 ++-----
 emcclib.js | 16 ----------------
 2 files changed, 2 insertions(+), 21 deletions(-)



More information about the tartarus-commits mailing list