fix ansi bug

This commit is contained in:
Ville Rantanen
2016-09-08 14:28:14 +03:00
parent 83ba2dde48
commit 640a2e1795

View File

@@ -16,7 +16,7 @@ function! CharDraw_clear ()
set laststatus=2 set laststatus=2
echo 'N to create 80,25 empty drawing. Select ANSI 437 chars and draw with numpad, ck to assign t-m "keypad"' echo 'N to create 80,25 empty drawing. Select ANSI 437 chars and draw with numpad, ck to assign t-m "keypad"'
map N 80i <Esc>yy24p( map N 80i <Esc>yy24p(
set statusline=%f\ %=\ \[c1-1:chars\ c0:clr ck:key]\ (%v,%l)\ HEX:%B set statusline=%f\ %=\ \[c1-1:chars\ c0:clr\ ck:key]\ (%v,%l)\ HEX:%B
endfunction endfunction
call CharDraw_clear() call CharDraw_clear()