simon-git: puzzles (main): Ben Harris

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Nov 15 23:50:40 GMT 2022


TL;DR:
  2986154 js: Insert a space in game-type submenu headings as well
  1b3a6bd js: Create the puzzle resize handle only if the puzzle is resizable
  5157a18 Extra key mappings: '*' to undo and '#' to redo

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-15 23:50:40

commit 298615408b87df453a1bf106049a080f99758704
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=298615408b87df453a1bf106049a080f99758704;hp=ff406d4edc62af1f459ba2b17a9110a8e3ef71bc
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Tue Nov 15 23:00:56 2022 +0000

    js: Insert a space in game-type submenu headings as well

 emcclib.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1b3a6bd2044d074c506cbd22327b3314e43d055a
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=1b3a6bd2044d074c506cbd22327b3314e43d055a;hp=298615408b87df453a1bf106049a080f99758704
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Tue Nov 15 22:04:02 2022 +0000

    js: Create the puzzle resize handle only if the puzzle is resizable
    
    If there's no resizable div to attach it to, there's not much point in
    creating the handle and the doing nothing with it.

 emccpre.js | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 5157a18550706de319ddb4d723490f5055531368
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=5157a18550706de319ddb4d723490f5055531368;hp=1b3a6bd2044d074c506cbd22327b3314e43d055a
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Tue Nov 15 23:33:37 2022 +0000

    Extra key mappings: '*' to undo and '#' to redo
    
    This is what I keep expecting on my phone.  Implemented in the mid-end
    since no backend currently uses those keys.

 midend.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list