simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Jan 11 20:56:34 GMT 2021


TL;DR:
  476e0983 gtkwin: let ctrl-key fix works without debug mode
  7d086184 gtkwin: solved unused variable error

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-01-11 20:56:34

commit 476e09832f64656efc29df48e97a114b828805dd
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=476e09832f64656efc29df48e97a114b828805dd;hp=1bcab77eb1cda3db12ed457448c2bddf13127222
Author: Sean Ho <holishing at ccns.ncku.edu.tw>
Date:   Mon Jan 11 10:52:34 2021 +0800

    gtkwin: let ctrl-key fix works without debug mode
    
    let 8dfc39bf works when KEY_EVENT_DIAGNOSTICS is not defined

 unix/gtkwin.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 7d086184f8dd75b0977d69ed51d91e780e026738
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7d086184f8dd75b0977d69ed51d91e780e026738;hp=476e09832f64656efc29df48e97a114b828805dd
Author: Sean Ho <holishing at ccns.ncku.edu.tw>
Date:   Mon Jan 11 10:55:56 2021 +0800

    gtkwin: solved unused variable error
    
    solved unused variable error when KEY_EVENT_DIAGNOSTICS defined but
    DEBUG not defined
    
    although we intend to always define DEBUG when KEY_EVENT_DIAGNOSTICS
    is going to be defined.

 unix/gtkwin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list