Pager Debugging. More...
#include "config.h"
#include <stdio.h>
#include "mutt/lib.h"
#include "color/lib.h"
#include "pager/lib.h"
#include "pager/display.h"
#include "pager/private_data.h"
Go to the source code of this file.
Functions | |
void | dump_text_syntax (struct TextSyntax *ts, int num) |
void | dump_line (int i, struct Line *line) |
void | dump_pager (struct PagerPrivateData *priv) |
Pager Debugging.
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 http://www.gnu.org/licenses/.
Definition in file pager.c.
void dump_text_syntax | ( | struct TextSyntax * | ts, |
int | num | ||
) |
Definition at line 37 of file pager.c.
void dump_line | ( | int | i, |
struct Line * | line | ||
) |
Definition at line 58 of file pager.c.
void dump_pager | ( | struct PagerPrivateData * | priv | ) |
Definition at line 101 of file pager.c.