mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
selection: codespell: stript -> strip
This commit is contained in:
parent
9f8856ee7d
commit
94d587fa6a
1 changed files with 1 additions and 1 deletions
|
|
@ -1307,7 +1307,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