Adding splitting screen and buffer switching

This commit is contained in:
Arthur Barraux
2026-01-24 19:29:46 +01:00
parent b039cf3ded
commit 5a7b073041
22 changed files with 1171 additions and 384 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
project('beluga', 'c',
version : '1.1',
version : '2.3',
default_options : [
'c_std=none',
]
@@ -21,6 +21,8 @@ src_files = files(
'src/row_op.c',
'src/terminal.c',
'src/builtins.c',
'src/buffer.c',
'src/split_screen.c'
)
# Executable