f***ed up and needed to rework packages, added packages to master and merged

This commit is contained in:
herbglitch 2024-05-20 03:50:53 -06:00
parent f7a87d7519
commit 6f0dd1edda
6 changed files with 4 additions and 404 deletions

View file

@ -8,7 +8,7 @@ extern "C" {
//TODO: fix up this file
#include "view.h"
//#include "buffer.h"
#include "buffer.h"
#include "arc/std/string.h"
#include "arc/std/vector.h"
#include <stdint.h>
@ -28,7 +28,7 @@ typedef void (* ARC_ConsoleShell_UpdateFn)(ARC_ConsoleShell *shell);
*/
struct ARC_ConsoleShell {
ARC_ConsoleView *view;
// ARC_ConsoleBuffer *buffer;
ARC_ConsoleBuffer *buffer;
uint32_t bufferLineIndex;
ARC_Vector *history;