fix indent
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: display.c,v 1.35 2002/11/21 16:31:35 ukai Exp $ */
|
/* $Id: display.c,v 1.36 2002/11/21 16:32:29 ukai Exp $ */
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
|
|
||||||
@@ -449,7 +449,7 @@ redrawNLine(Buffer *buf, int n)
|
|||||||
TabBuffer *t;
|
TabBuffer *t;
|
||||||
int nx = nTabLine(), col = COLS - 2, x, l;
|
int nx = nTabLine(), col = COLS - 2, x, l;
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
move(0, 0);
|
move(0, 0);
|
||||||
if (mouse_menu) {
|
if (mouse_menu) {
|
||||||
addstr(mouse_menu);
|
addstr(mouse_menu);
|
||||||
|
|||||||
4
func.c
4
func.c
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: func.c,v 1.11 2002/11/21 16:31:36 ukai Exp $ */
|
/* $Id: func.c,v 1.12 2002/11/21 16:32:29 ukai Exp $ */
|
||||||
/*
|
/*
|
||||||
* w3m func.c
|
* w3m func.c
|
||||||
*/
|
*/
|
||||||
@@ -356,7 +356,7 @@ initMouseMenu(void)
|
|||||||
mouse_menu = Strnew_charp(s)->ptr;
|
mouse_menu = Strnew_charp(s)->ptr;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (strcmp(s, "button"))
|
if (strcmp(s, "button"))
|
||||||
continue; /* error */
|
continue; /* error */
|
||||||
s = getWord(&p);
|
s = getWord(&p);
|
||||||
b = atoi(s);
|
b = atoi(s);
|
||||||
|
|||||||
Reference in New Issue
Block a user