NetBSD/dist/nvi/motif_l
tnozaki 80356df9b8 1. fix PR/44455, nonprintable character doesn't show hex-visual
under big endian.
2. ":set octal" with nonprintable character causes nbwcurses move error.
3. moving (big)words by wW/eE/bB can't handle non-ascii characters.
4. toggle uppercase/lowercase by ~ can't handle non-ascii characters.
5. don't feed CHAR_T(=wchar_t) to is* function directly.
   is* funcs with over UCHAR_MAX value may cause undefined behavior.
   some ctype implementation(such as FreeBSD) return unexpected
   result(same result as isw* func).
6. using non-ascii digit character with count/line number of ex/vi
   command may causes unexpeced result.
2011-03-21 14:53:02 +00:00
..
TODO
extern.h
m_copypaste.c
m_func.c
m_menu.c
m_motif.h
m_options.c
m_prompt.c
m_ruler.c
m_search.c
m_tags.c
m_util.c
m_vi.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
vi_mextern.h
xtabbed.c