mistral gagnant
This commit is contained in:
+22
-22
@@ -1,22 +1,22 @@
|
||||
#ifndef OUTPUT_H_
|
||||
#define OUTPUT_H_
|
||||
|
||||
#include "data.h"
|
||||
#include <unistd.h>
|
||||
|
||||
/**
|
||||
* \fn void editorDrawRows(struct editorConfig *E, struct abuf *ab)
|
||||
* \brief Draws left rows of the editor.
|
||||
*/
|
||||
|
||||
void editorDrawRows(struct abuf *ab);
|
||||
|
||||
void editorRefreshScreen();
|
||||
|
||||
void editorScroll();
|
||||
|
||||
void editorDrawStatusBar(struct abuf *ab);
|
||||
|
||||
void editorDrawMessageBar(struct abuf *ab);
|
||||
|
||||
#endif // OUTPUT_H_
|
||||
#ifndef OUTPUT_H_
|
||||
#define OUTPUT_H_
|
||||
|
||||
#include "data.h"
|
||||
#include <unistd.h>
|
||||
|
||||
/**
|
||||
* \fn void editorDrawRows(struct editorConfig *E, struct abuf *ab)
|
||||
* \brief Draws left rows of the editor.
|
||||
*/
|
||||
|
||||
void editorDrawRows(struct abuf *ab);
|
||||
|
||||
void editorRefreshScreen();
|
||||
|
||||
void editorScroll();
|
||||
|
||||
void editorDrawStatusBar(struct abuf *ab);
|
||||
|
||||
void editorDrawMessageBar(struct abuf *ab);
|
||||
|
||||
#endif // OUTPUT_H_
|
||||
|
||||
Reference in New Issue
Block a user