mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Set maximum of chars on one line unwrapped text to 1024
This commit is contained in:
parent
423cfd7fbe
commit
9597dba795
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ uses
|
|||
const
|
||||
//cTextWidth = 80; // wrap on 80 chars
|
||||
cBinWidth = 80;
|
||||
cMaxTextWidth = 65535; // maximum of chars on one line unwrapped text
|
||||
cMaxTextWidth = 1024; // maximum of chars on one line unwrapped text
|
||||
cTabSpaces = 8; // tab stop - allow to set in settings
|
||||
|
||||
// These strings must be Ascii only.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue