Handle word wrapping wide chars

This commit is contained in:
James Booth
2015-02-01 00:14:11 +00:00
parent a19c0a5989
commit e8b6c505cb
2 changed files with 33 additions and 14 deletions

View File

@@ -485,5 +485,5 @@ _inp_win_update_virtual(void)
{
int wrows, wcols;
getmaxyx(stdscr, wrows, wcols);
pnoutrefresh(inp_win, 0, pad_start, wrows-1, 0, wrows-1, wcols-1);
pnoutrefresh(inp_win, 0, pad_start, wrows-1, 0, wrows-1, wcols-2);
}