Revert r4352.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4444 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-04-14 11:09:37 +00:00 committed by exg
commit ace371b2a3
2 changed files with 1 additions and 2 deletions

View file

@ -242,7 +242,7 @@ static void gui_entry_draw_from(GUI_ENTRY_REC *entry, int pos)
}
/* clear the rest of the input line */
if (end_xpos == term_width-1)
if (end_xpos == term_width)
term_clrtoeol(root_window);
else {
while (xpos < end_xpos) {