kilo icon indicating copy to clipboard operation
kilo copied to clipboard

Non printable characters aren't substituted.

Open Phlosioneer opened this issue 9 years ago • 2 comments

In editorUpdateRow, a check is never performed to find non-printable characters. However, the function should replace non-printable characters with '?'.

Phlosioneer avatar Jul 15 '16 21:07 Phlosioneer

@Phlosioneer Good point! Addressed in commit https://github.com/kilofork/kilo/commit/2173454e3daed43c0be89f892ec0fd68276a7f78 in the kilofork project :-)

practicalswift avatar Jul 16 '16 17:07 practicalswift

I rather enjoy being able to see colored text in kilo. It just needs to be preserved when editing.

clort81 avatar Aug 18 '23 09:08 clort81