From 1f2ba7c12ad97d3c03e75434a8ef6d7ea0093377 Mon Sep 17 00:00:00 2001 From: Autumn Lamonte Date: Fri, 7 Jan 2022 10:59:06 -0600 Subject: [PATCH] Update to 2022 --- LICENSE | 2 +- build.xml | 13 ++----------- src/jexer/TApplication.java | 6 ------ 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/LICENSE b/LICENSE index 592f072..266e88b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2021 Autumn Lamonte +Copyright (c) 2013-2022 Autumn Lamonte Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/build.xml b/build.xml index f31c4fe..ae40161 100644 --- a/build.xml +++ b/build.xml @@ -4,7 +4,7 @@ The MIT License (MIT) - Copyright (C) 2021 Autumn Lamonte + Copyright (C) 2022 Autumn Lamonte Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -117,17 +117,8 @@ Jexer - Java Text User Interface Library]]> - Copyright © 2021 Autumn Lamonte. Licensed MIT.]]> + Copyright © 2022 Autumn Lamonte. Licensed MIT.]]> - diff --git a/src/jexer/TApplication.java b/src/jexer/TApplication.java index 8838fb3..2c632e1 100644 --- a/src/jexer/TApplication.java +++ b/src/jexer/TApplication.java @@ -402,12 +402,6 @@ public class TApplication implements Runnable { */ protected MousePointer customWidgetMousePointer; - /** - * If true, the backend was in pixelMouse mode when the - * customWidgetMousePointer was last set. - */ - protected boolean oldPixelMouse = false; - /** * WidgetEventHandler is the main event consumer loop. There are at most * two such threads in existence: the primary for normal case and a