X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjexer%2Fio%2FScreen.java;h=85e121f29be7a5a1d111bc44da9778bc85691dbb;hb=c447c6e5759db7ac9bbb05cc1b3618dd38230335;hp=720f8a9789f5222182bab77ec5b50fd3f74f318d;hpb=e16dda65585466c8987bd1efd718431450a96605;p=fanfix.git diff --git a/src/jexer/io/Screen.java b/src/jexer/io/Screen.java index 720f8a9..85e121f 100644 --- a/src/jexer/io/Screen.java +++ b/src/jexer/io/Screen.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2016 Kevin Lamonte + * Copyright (C) 2017 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -251,8 +251,8 @@ public abstract class Screen { * @param attr attributes to use (bold, foreColor, backColor) * @param clip if true, honor clipping/offset */ - public final void putAttrXY(final int x, final int y - , final CellAttributes attr, final boolean clip) { + public final void putAttrXY(final int x, final int y, + final CellAttributes attr, final boolean clip) { int X = x; int Y = y;