fix indent
This commit is contained in:
4
terms.c
4
terms.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: terms.c,v 1.37 2002/11/15 15:44:36 ukai Exp $ */
|
||||
/* $Id: terms.c,v 1.38 2002/11/15 15:45:18 ukai Exp $ */
|
||||
/*
|
||||
* An original curses library for EUC-kanji by Akinori ITO, December 1989
|
||||
* revised by Akinori ITO, January 1995
|
||||
@@ -427,7 +427,7 @@ writestr(char *s)
|
||||
#define W3M_TERM_INFO(name, title, mouse) name, title
|
||||
#endif
|
||||
|
||||
static char XTERM_TITLE[] = "\033]0;w3m: %s\007";
|
||||
static char XTERM_TITLE[] = "\033]0;w3m: %s\007";
|
||||
static char SCREEN_TITLE[] = "\033k%s\033\134";
|
||||
#ifdef __CYGWIN__
|
||||
static char CYGWIN_TITLE[] = "w3m: %s";
|
||||
|
||||
Reference in New Issue
Block a user