Update to 2022

This commit is contained in:
Autumn Lamonte 2022-01-07 10:59:06 -06:00
parent aa83cc63ad
commit 1f2ba7c12a
3 changed files with 3 additions and 18 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT) 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 Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View file

@ -4,7 +4,7 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (C) 2021 Autumn Lamonte Copyright (C) 2022 Autumn Lamonte
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation
@ -117,17 +117,8 @@
<![CDATA[<h1>Jexer - Java Text User Interface Library</h1>]]> <![CDATA[<h1>Jexer - Java Text User Interface Library</h1>]]>
</doctitle> </doctitle>
<bottom> <bottom>
<![CDATA[<i>Copyright &#169; 2021 Autumn Lamonte. Licensed MIT.</i>]]> <![CDATA[<i>Copyright &#169; 2022 Autumn Lamonte. Licensed MIT.</i>]]>
</bottom> </bottom>
<!--
<tag name="todo" scope="all" description="To do:"/>
<group title="Group 1 Packages" packages="com.dummy.test.a*"/>
<group title="Group 2 Packages" packages="com.dummy.test.b*:com.dummy.test.c*"/>
<link offline="true"
href="http://docs.oracle.com/javase/7/docs/api/"
packagelistLoc="C:\tmp"/>
<link href="http://docs.oracle.com/javase/7/docs/api/"/>
-->
</javadoc> </javadoc>
</target> </target>

View file

@ -402,12 +402,6 @@ public class TApplication implements Runnable {
*/ */
protected MousePointer customWidgetMousePointer; 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 * WidgetEventHandler is the main event consumer loop. There are at most
* two such threads in existence: the primary for normal case and a * two such threads in existence: the primary for normal case and a