1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 17:46:35 +01:00
Files
toxic/src/toxic_strings.c
Marvin Ewald e6f839f9ac Enable multiline input
Adds a nonl() call to avoid translation from \r to \n when pressing
enter.
C-J -> \n
Enter -> \r
To allow multiline input, \n chars (e.g. when pressing C-J) are replaced
with a pilcrow. After hitting enter, every pilcrow is substituted with
\n again.
2016-02-28 02:35:36 +01:00

6.5 KiB