Wabere / garglk

Automatically exported from code.google.com/p/garglk
Other
0 stars 0 forks source link

Dynamic allocation for scrollback buffers #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Presently the library uses a fixed size of 1024 lines for the scrollback buffer.

This should be resized dynamically, to avoid losing parts of the scroll buffer 
and to prevent crashes on very long inputs.

Original issue reported on code.google.com by bcressey@gmail.com on 28 Jun 2010 at 5:58

GoogleCodeExporter commented 8 years ago
Fixed in r373. May be a little rough around the edges.

Original comment by bcressey@gmail.com on 29 Jun 2010 at 12:22

GoogleCodeExporter commented 8 years ago
wintext.c line 767 should be tbline_t *.

Original comment by bcressey@gmail.com on 29 Jun 2010 at 2:54

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r374.

Original comment by bcressey@gmail.com on 29 Jun 2010 at 4:33