A displaybuffer in which each character position has a corresponding character position on the display surface.
一种显示缓冲器,其中每一字符位置在显示屏上有一个与之相对应的字符位置。
2
If the two dimensional array doesn't fit into the operating system displaybuffer, return an error back to the caller.
如果不适合在操作系统中显示缓冲区的二维数组,返回给调用者返回一个错误。
3
The obvious disadvantage to this was that all processes had access to the frame buffer, so could corrupt the display easily and synchronizing drawing between applications was very difficult.