Allocate more space for the display buffer, as wide characters take up more room.

This commit is contained in:
Andrew Wood
2024-12-13 20:38:45 +00:00
parent 9f5923864b
commit cb71277df4
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -41,6 +41,7 @@ extern "C" {
#define PV_SIZEOF_LASTWRITTEN_BUFFER 256
#define PV_SIZEOF_PREVLINE_BUFFER 1024
#define PV_FORMAT_ARRAY_MAX 100
#define PV_SIZEOF_FORMAT_SEGMENTS_BUF 4096
#define PV_SIZEOF_CRS_LOCK_FILE 1024
#define PV_SIZEOF_FILE_FDINFO 4096