On 03/12/19 01:51 PM, Jon Turney wrote:
I haven't looked at how _XawGetPageSize() is used, and thus what difference using the correct page size would make (if any) :)
From git grep, it seems to be used as a default memory allocation size in the text widgets, falling back to BUFSIZ if it can't find a better one: https://gitlab.freedesktop.org/search?utf8=%E2%9C%93&search=_XawGetPageSize%28%29&group_id=&project_id=707&search_code=true&repository_ref=master#L1778 https://gitlab.freedesktop.org/xorg/lib/libxaw/blob/master/src/AsciiSrc.c#L1772-1785 -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - https://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
