The
CLineInputBuffered is a
CLineInput that owns its own
char array with the size of the array being configured by a template parameter, so there is no dynamic memory allocation. The char array is encapsulated, so any string access/manipulation must go through the
CLineInput functions when using this class. The
CLineInputBuffered is now used in every case where a static buffer was previously used.
Other changes:
- Minor usability improvement: Activate the editor new folder input...