Merge branch 'refs/heads/char_encode'
# Conflicts: # include/builtins.h # include/data.h # include/editor_op.h # include/file_io.h # include/input.h # include/row_op.h # install.sh # main.c # meson.build # src/builtins.c # src/editor_op.c # src/file_io.c # src/init.c # src/input.c # src/output.c # src/row_op.c
This commit is contained in:
+4
-7
@@ -8,18 +8,15 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int bufferRowCxToRx(frow *row, int cursor_x);
|
||||
|
||||
int bufferRowRxToCx(frow *row, int rx);
|
||||
|
||||
void bufferUpdatfrow(frow *row);
|
||||
|
||||
void bufferInsertRow(struct buffer_t *buffer, int at, char *s, size_t len);
|
||||
int editorRowCxToByte(const row_t *row, int cursor_x);
|
||||
|
||||
void bufferFrefrow(frow *row);
|
||||
int editorRowCharCount(row_t *row);
|
||||
|
||||
void bufferDelRow(struct buffer_t *buffer, int at);
|
||||
void editorRowInsertBytes(row_t *row, int at, const char *src, int len);
|
||||
|
||||
void editorRowDelByte(row_t *row, int at, int n);
|
||||
void bufferRowInsertChar(struct buffer_t *buffer, frow *row, int at, int c);
|
||||
|
||||
void bufferRowAppendString(struct buffer_t *buffer, frow *row, char *s, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user