jart / bestline

ANSI Standard X3.64 Teletypewriter Command Session Library
Other
443 stars 29 forks source link

Maximum line size is not configurable. #5

Closed alexey-milovidov closed 2 years ago

alexey-milovidov commented 2 years ago

#define BESTLINE_MAX_LINE 4096

Way too small. We often need to copy-paste megabyte of queries in clickhouse-client.

jart commented 2 years ago

Should be fixed in 403c8a134b28241c9e5071e2f23a4f873e9da562 thanks for the report. Line length is now unlimited.