mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
selection: codespell: stript -> strip
This commit is contained in:
parent
357af41d7e
commit
9e5ef6efac
1 changed files with 1 additions and 1 deletions
|
|
@ -1612,7 +1612,7 @@ fdm_receive(struct fdm *fdm, int fd, int events, void *data)
|
|||
* Call cb while at same time replace:
|
||||
* - \r\n -> \r
|
||||
* - \n -> \r
|
||||
* - C0 -> <nothing> (stript non-formatting C0 characters)
|
||||
* - C0 -> <nothing> (strip non-formatting C0 characters)
|
||||
* - \e -> <nothing> (i.e. strip ESC)
|
||||
*/
|
||||
char *p = text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue