diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-26 17:59:51 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-26 17:59:51 +0000 |
commit | eb5aa3e9152b2078fc3341625b9eeecd6328494a (patch) | |
tree | a19587f2a7efc6f78ce5946016aad9d16ca30d53 /linein.c | |
parent | conv.c ucs_eucjp.h ucs_latin1.h: deleted (diff) | |
download | w3m-eb5aa3e9152b2078fc3341625b9eeecd6328494a.tar.gz w3m-eb5aa3e9152b2078fc3341625b9eeecd6328494a.zip |
add comments
Diffstat (limited to 'linein.c')
-rw-r--r-- | linein.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: linein.c,v 1.33 2003/09/24 18:48:59 ukai Exp $ */ +/* $Id: linein.c,v 1.34 2003/09/26 17:59:51 ukai Exp $ */ #include "fm.h" #include "local.h" #include "myctype.h" @@ -810,6 +810,7 @@ next_dcompl(int next) move(y, 0); clrtoeolx(); bold(); + /* FIXME: gettextize? */ addstr("----- Completion list -----"); boldend(); y++; @@ -834,8 +835,10 @@ next_dcompl(int next) clrtoeolx(); bold(); if (emacs_like_lineedit) + /* FIXME: gettextize? */ addstr("----- Press TAB to continue -----"); else + /* FIXME: gettextize? */ addstr("----- Press CTRL-D to continue -----"); boldend(); } |