what is text buffer?
What is text buffer?
BugFix
#2
In which context?
In the editor, it is meant as a buffer in general, the memory area by a file is loaded. Visible for you as the tab by the file is displayed.
0 Likes
sriibalaji91
#3
It’s for storing and manipulating texts. It hold null terminated string where you can use it for temporary storage. It could be array of lines or linked lists or whatever!
0 Likes
Jolly
#4
Text Buffer is the powerful mechanism for storing and manipulating text.It view the paragraph as presented by text view widget…
0 Likes