X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=views%2Fevents.c;h=6505cb37a8cffe6904c44d84239ba51e60bf786e;hb=daded0f3fb930e7758e1009683c0cdb46eada3f6;hp=1a8f8b9d777ee3aad4f9e80f09dac75fddfe6f56;hpb=9d6df8f874cef59df16086c71031db2ba0267d3a;p=lackey diff --git a/views/events.c b/views/events.c index 1a8f8b9..6505cb3 100644 --- a/views/events.c +++ b/views/events.c @@ -1,16 +1,16 @@ /* * Copyright (C) 2012 Andy Spencer - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -76,9 +76,9 @@ void events_draw(void) wattroff(win, A_UNDERLINE); row++; } - event_line(win, event, row++-line, 3, COLS-2, 1); + event_line(win, event, row++-line, 4, COLS-2, 1); if (event->name && event->desc) - mvwprintw(win, row++-line, 13, "%s", event->desc); + mvwprintw(win, row++-line, 14, "%s", event->desc); cur = next; count += 1; }