change gitlab username

This commit is contained in:
Autumn Lamonte 2022-02-12 06:47:39 -06:00
parent de8e64ab86
commit 7d0cc6077d
3 changed files with 29 additions and 24 deletions

View file

@ -75,27 +75,30 @@ Jexer is available on Maven Central:
Binary releases are available on SourceForge: Binary releases are available on SourceForge:
https://sourceforge.net/projects/jexer/files/jexer/ https://sourceforge.net/projects/jexer/files/jexer/
The Jexer source code is hosted at: https://gitlab.com/klamonte/jexer The Jexer source code is hosted at:
https://gitlab.com/AutumnMeowMeow/jexer
Why I Do Not Post My Projects Anymore Why I Do Not Post My Projects Anymore
------------------------------------- -------------------------------------
[Why I Do Not Post My Projects Anymore](https://gitlab.com/klamonte/jexer/wikis/no-release-announcements) [Why I Do Not Post My Projects
Anymore](https://gitlab.com/AutumnMeowMeow/jexer/wikis/no-release-announcements)
Documentation Documentation
------------- -------------
* [Wiki](https://gitlab.com/klamonte/jexer/wikis/home) * [Wiki](https://gitlab.com/AutumnMeowMeow/jexer/wikis/home)
* [Jexer web page](https://jexer.sourceforge.io/) * [Jexer web page](https://jexer.sourceforge.io/)
* [Java API Docs](https://jexer.sourceforge.io/apidocs/api/index.html) * [Java API Docs](https://jexer.sourceforge.io/apidocs/api/index.html)
* [Development Standards](https://gitlab.com/klamonte/jexer/wikis/dev-standards) * [Development
Standards](https://gitlab.com/AutumnMeowMeow/jexer/wikis/dev-standards)
* [Porting Guide](https://gitlab.com/klamonte/jexer/wikis/porting) - * [Porting Guide](https://gitlab.com/AutumnMeowMeow/jexer/wikis/porting) -
If you don't like writing Java, here is your map to where the key If you don't like writing Java, here is your map to where the key
features are so that you can implement them in a different features are so that you can implement them in a different
system/language. system/language.
@ -238,16 +241,17 @@ the terminals last tested against Jexer:
See Also See Also
-------- --------
* [Xterm Window Manager](https://gitlab.com/klamonte/xtermwm) is a * [Xterm Window Manager](https://gitlab.com/AutumnMeowMeow/xtermwm) is
text-based window manager. It has virtual desktops, tiled terminals a text-based window manager. It has virtual desktops, tiled
with draggable resizing, cascading terminal windows, and a plugin terminals with draggable resizing, cascading terminal windows, and a
system for adding functionality. Add LCXterm and one can have a plugin system for adding functionality. Add LCXterm and one can
mouse-supporting X11-like text-based "GUI" on the raw Linux console. have a mouse-supporting X11-like text-based "GUI" on the raw Linux
console.
* [XtermDOOM](https://gitlab.com/klamonte/xtermdoom) is an effort to * [XtermDOOM](https://gitlab.com/AutumnMeowMeow/xtermdoom) is an
make [MochaDoom](https://github.com/jendave/mochadoom) run smoothly effort to make [MochaDoom](https://github.com/jendave/mochadoom) run
under Xterm. The game is not yet playable, but it can show off smoothly under Xterm. The game is not yet playable, but it can show
Jexer's multiplexing and multihead image capabilities. For off Jexer's multiplexing and multihead image capabilities. For
ramblings about the game, terminal resources, etc. see ramblings about the game, terminal resources, etc. see
[/r/xtermdoom](https://reddit.com/r/xtermdoom). [/r/xtermdoom](https://reddit.com/r/xtermdoom).
@ -255,9 +259,9 @@ See Also
emulator that allows one to use Jexer with full support on the raw emulator that allows one to use Jexer with full support on the raw
Linux console. Linux console.
* [ptypipe](https://gitlab.com/klamonte/ptypipe) is a small C utility * [ptypipe](https://gitlab.com/AutumnMeowMeow/ptypipe) is a small C
that permits a Jexer TTerminalWindow to resize the running shell utility that permits a Jexer TTerminalWindow to resize the running
when its window is resized. shell when its window is resized.
* [Tranquil Java IDE](https://tjide.sourceforge.io) is a TUI-based * [Tranquil Java IDE](https://tjide.sourceforge.io) is a TUI-based
integrated development environment for the Java language that was integrated development environment for the Java language that was

13
pom.xml
View file

@ -6,7 +6,7 @@
<name>Jexer</name> <name>Jexer</name>
<description>Java Text User Interface library that resembles Turbo Vision</description> <description>Java Text User Interface library that resembles Turbo Vision</description>
<version>1.6.1-SNAPSHOT</version> <version>1.6.1-SNAPSHOT</version>
<url>https://gitlab.com/klamonte/jexer</url> <url>https://gitlab.com/AutumnMeowMeow/jexer</url>
<licenses> <licenses>
<license> <license>
@ -22,15 +22,15 @@
</properties> </properties>
<scm> <scm>
<connection>scm:git:https://gitlab.com/klamonte/jexer.git</connection> <connection>scm:git:https://gitlab.com/AutumnMeowMeow/jexer.git</connection>
<developerConnection>scm:git:https://gitlab.com/klamonte/jexer.git</developerConnection> <developerConnection>scm:git:https://gitlab.com/AutumnMeowMeow/jexer.git</developerConnection>
<url>https://gitlab.com/klamonte/jexer</url> <url>https://gitlab.com/AutumnMeowMeow/jexer</url>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>gitlab</system> <system>gitlab</system>
<url>https://gitlab.com/klamonte/jexer/issues</url> <url>https://gitlab.com/AutumnMeowMeow/jexer/issues</url>
</issueManagement> </issueManagement>
<distributionManagement> <distributionManagement>
@ -208,7 +208,8 @@
<developers> <developers>
<developer> <developer>
<id>klamonte</id> <!-- Is this the old name for sonatype or the new name for GitLab? -->
<id>AutumnMeowMeow</id>
<name>Autumn Lamonte</name> <name>Autumn Lamonte</name>
<email>AutumnWalksTheLake@gmail.com</email> <email>AutumnWalksTheLake@gmail.com</email>
</developer> </developer>

View file

@ -96,7 +96,7 @@ public class TTerminalWidget extends TScrollableWidget
/** /**
* If true, we are using the ptypipe utility to support dynamic window * If true, we are using the ptypipe utility to support dynamic window
* resizing. ptypipe is available at * resizing. ptypipe is available at
* https://gitlab.com/klamonte/ptypipe . * https://gitlab.com/AutumnMeowMeow/ptypipe .
*/ */
private boolean ptypipe = false; private boolean ptypipe = false;