simon-git: tweak (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu May 29 12:54:17 BST 2025


TL;DR:
  e903962 Add key bindings for arrow movement to work under ConEmu on Windows.
  cd27ad6 Update cmake_minimum_required to avoid deprecation warnings.

Repository:     https://git.tartarus.org/simon/tweak.git
On the web:     https://git.tartarus.org/?p=simon/tweak.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2025-05-29 12:54:17

commit e9039623fa2d48375d480dbbfbfee98e273c7868
web diff https://git.tartarus.org/?p=simon/tweak.git;a=commitdiff;h=e9039623fa2d48375d480dbbfbfee98e273c7868;hp=d6743a44c80249563a3739fcb3a16e06dcfaac19
Author: Philipp Kutin <helixhorned>
Date:   Thu May 29 12:04:58 2025 +0200

    Add key bindings for arrow movement to work under ConEmu on Windows.

 rcfile.c | 4 ++++
 1 file changed, 4 insertions(+)

commit cd27ad6683a974c8e0f7b3754f3193e93899f617
web diff https://git.tartarus.org/?p=simon/tweak.git;a=commitdiff;h=cd27ad6683a974c8e0f7b3754f3193e93899f617;hp=e9039623fa2d48375d480dbbfbfee98e273c7868
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu May 29 12:49:01 2025 +0100

    Update cmake_minimum_required to avoid deprecation warnings.
    
    The new (ish) "3.7...3.28" syntax means: cmake will give up with a
    fatal error if you try to build with a version older than 3.7, but
    also, it won't turn on any new behaviour introduced after 3.28. This
    prevents cmake 3.31 (in Debian sid) from warning about 3.7 being an
    unsupported version, because it promises to 3.31 that it's OK to
    behave like 3.28 if it can't remember how to behave like 3.7.

 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list