rewriting some stuff
This commit is contained in:
10
kte/ark/file_buffer.c
Normal file
10
kte/ark/file_buffer.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "defs.h"
|
||||
|
||||
|
||||
void
|
||||
init_buffer(struct buffer *buf)
|
||||
{
|
||||
/* put the cursor at the top of the file */
|
||||
buf->curx = 0;
|
||||
buf->cury = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user