(svn r4302) - Fix: s/maxlength/maxwidth of course, the buffer size is always set. Comment-change only

This commit is contained in:
Darkvater 2006-04-06 19:16:39 +00:00
parent b68b9b149a
commit 3a1cef5af8
1 changed files with 2 additions and 2 deletions

View File

@ -808,8 +808,8 @@ void DeleteTextBufferAll(Textbuf *tb)
}
/**
* Insert a character to a textbuffer. If maxlength of the Textbuf is zero,
* we don't care about the screenlength but only about the physical
* Insert a character to a textbuffer. If maxwidth of the Textbuf is zero,
* we don't care about the visual-length but only about the physical
* length of the string
* @param tb @Textbuf type to be changed
* @param key Character to be inserted