1
0
mirror of synced 2025-01-11 05:42:15 +01:00
ImHex/lib/third_party
paxcut 4a74bd78fd
fix: Console either printed no newlines or printed extra ones. (#2016)
The reason for the error were the text preprocessor added to deal with
tabs was created to process entire files, not just lines or words. In
that context it cleaned trailing new lines if any existed but in the new
role that's not only unwanted but erroneous.

### Problem description
After that was fixed the console started to add two empty lines between
each output line. When splitting a string using new lines you need to
not add a new line to the last line created. Even if the text ends in an
end line, the split screen code is set to not discard empty lines.

### Implementation description
The fixes are straightforward.
2024-12-18 20:19:18 +01:00
..
2024-12-01 23:24:57 +01:00
2024-08-03 23:49:47 +02:00
2024-03-26 19:47:39 +01:00
2024-12-01 23:24:57 +01:00
2024-01-25 11:33:34 +01:00
2024-12-01 23:24:57 +01:00