X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fwindows.h;h=91f3f7bf454ee33142a9e893f11c23bb0b35713b;hb=b366e1f88c64e11f4e6e0cc088b89dd7ffcab25b;hp=e2d39c29770a5fdf360282dd7e476cfe5eb617a4;hpb=0438f2fc5df337e4264103a86c1765ace9c6565a;p=plomrogue diff --git a/src/client/windows.h b/src/client/windows.h index e2d39c2..91f3f7b 100644 --- a/src/client/windows.h +++ b/src/client/windows.h @@ -1,4 +1,8 @@ /* src/client/windows.h + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. * * A tiled window manager for the terminal. * @@ -56,7 +60,7 @@ struct Win struct yx_uint16 target_center; /* saves .center when toggling .view */ struct yx_uint16 frame_size; /* size of window/frame to see winmap through*/ struct yx_uint16 start; /* upper left corner of window in v_screen */ - struct yx_uint16 center; /* winnap cell to center frame on if < winmap */ + struct yx_uint16 center; /* winmap cell to center frame on if < winmap */ struct yx_uint16 winmap_size; /* delimits .winmap, sorts it into lines */ chtype * winmap; /* window content in sequence of chtype's to write */ int16_t target_height; /* window size / .frame_size description in config */