diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-12-09 11:21:42 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-12-09 11:21:42 -0500 |
commit | 772dd528fcb727460f056ebb022d0090a206e4e4 (patch) | |
tree | 1e40df75ca001c49f612055ec957c827bd0222ac /src/LYForms.c | |
parent | c80970d7ae24dd0eaecd59a024589bb8dbbac07f (diff) | |
download | lynx-snapshots-772dd528fcb727460f056ebb022d0090a206e4e4.tar.gz |
snapshot of project "lynx", label v2-8-8pre_1d
Diffstat (limited to 'src/LYForms.c')
-rw-r--r-- | src/LYForms.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYForms.c b/src/LYForms.c index 6c9e93e4..fa8000dd 100644 --- a/src/LYForms.c +++ b/src/LYForms.c @@ -1,4 +1,4 @@ -/* $LynxId: LYForms.c,v 1.110 2013/10/13 18:39:48 tom Exp $ */ +/* $LynxId: LYForms.c,v 1.111 2013/12/07 13:46:58 tom Exp $ */ #include <HTUtils.h> #include <HTCJK.h> #include <HTTP.h> @@ -23,7 +23,7 @@ #if defined(VMS) && !defined(USE_SLANG) #define RepaintKey() 12 /* CTRL-L for repaint */ #else -#define RepaintKey() ((!enable_scrollback) ? 23 : 12) /* CTRL-W or CTRL-L */ +#define RepaintKey() ((!enable_scrollback) ? 23 : 12) /* CTRL-W or CTRL-L */ #endif /* VMS && !USE_SLANG */ static int form_getstr(int cur, |