ui.c (goaccess-1.7) | : | ui.c (goaccess-1.7.1) | ||
---|---|---|---|---|
/** | /** | |||
* ui.c -- various curses interfaces | * ui.c -- various curses interfaces | |||
* ______ ___ | * ______ ___ | |||
* / ____/___ / | _____________ __________ | * / ____/___ / | _____________ __________ | |||
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/ | * / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/ | |||
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ ) | * / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ ) | |||
* \____/\____/_/ |_\___/\___/\___/____/____/ | * \____/\____/_/ |_\___/\___/\___/____/____/ | |||
* | * | |||
* The MIT License (MIT) | * The MIT License (MIT) | |||
* Copyright (c) 2009-2022 Gerardo Orellana <hello @ goaccess.io> | * Copyright (c) 2009-2023 Gerardo Orellana <hello @ goaccess.io> | |||
* | * | |||
* Permission is hereby granted, free of charge, to any person obtaining a copy | * Permission is hereby granted, free of charge, to any person obtaining a copy | |||
* of this software and associated documentation files (the "Software"), to deal | * of this software and associated documentation files (the "Software"), to deal | |||
* in the Software without restriction, including without limitation the rights | * in the Software without restriction, including without limitation the rights | |||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |||
* copies of the Software, and to permit persons to whom the Software is | * copies of the Software, and to permit persons to whom the Software is | |||
* furnished to do so, subject to the following conditions: | * furnished to do so, subject to the following conditions: | |||
* | * | |||
* The above copyright notice and this permission notice shall be included in al l | * The above copyright notice and this permission notice shall be included in al l | |||
* copies or substantial portions of the Software. | * copies or substantial portions of the Software. | |||
skipping to change at line 1822 | skipping to change at line 1822 | |||
free (menu->items); | free (menu->items); | |||
free (menu); | free (menu); | |||
touchwin (main_win); | touchwin (main_win); | |||
close_win (win); | close_win (win); | |||
wrefresh (main_win); | wrefresh (main_win); | |||
} | } | |||
/* Help menu data (F1/h). */ | /* Help menu data (F1/h). */ | |||
static const char *help_main[] = { | static const char *help_main[] = { | |||
"Copyright (C) 2009-2021 by Gerardo Orellana", | "Copyright (C) 2009-2023 by Gerardo Orellana", | |||
"https://goaccess.io - <hello@goaccess.io>", | "https://goaccess.io - <hello@goaccess.io>", | |||
"Released under the MIT License.", | "Released under the MIT License.", | |||
"", | "", | |||
"See `man` page for more details", | "See `man` page for more details", | |||
"", | "", | |||
"GoAccess is an open source real-time web log analyzer and", | "GoAccess is an open source real-time web log analyzer and", | |||
"interactive viewer that runs in a terminal in *nix systems.", | "interactive viewer that runs in a terminal in *nix systems.", | |||
"It provides fast and valuable HTTP statistics for system", | "It provides fast and valuable HTTP statistics for system", | |||
"administrators that require a visual server report on the", | "administrators that require a visual server report on the", | |||
"fly.", | "fly.", | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |