| 3120 | } |
| 3121 | |
| 3122 | static uint32_t nextChar(struct linenoiseState* l) { |
| 3123 | return utf8proc_next_grapheme(l->buf, l->len, l->pos); |
| 3124 | } |
| 3125 | |
| 3126 | /* Move cursor on the left. */ |
| 3127 | void linenoiseEditMoveLeft(struct linenoiseState* l) { |
no outgoing calls
no test coverage detected