Amber amberisvibin
amberisvibin pushed to main at amberisvibin/chibi-pc09 2025-08-18 07:56:19 -04:00
62a7ccc35a Add The 6309 Book
amberisvibin synced commits to main at amberisvibin/th from mirror 2025-08-17 23:56:23 -04:00
55cd4077b1 smart case search in file search
3a2c226ed9 removed unnecessary render_pass
Compare 2 commits »
amberisvibin synced commits to main at amberisvibin/th from mirror 2025-08-17 15:46:23 -04:00
1d54169c2d implemented file search
f0a2f14966 improvenments to the renderer
Compare 2 commits »
amberisvibin synced commits to main at amberisvibin/th from mirror 2025-08-16 23:26:24 -04:00
017bf407d9 relative lines
2af21a0875 created dir.c & .h, improved header file handling
Compare 2 commits »
amberisvibin synced commits to main at amberisvibin/th from mirror 2025-08-16 15:16:23 -04:00
9ea82511e6 added copy/paste function
amberisvibin synced commits to main at amberisvibin/th from mirror 2025-08-12 21:26:23 -04:00
37d82bebf8 fixed N repetitions of movenment keys
8b02e8e4e6 fixed visible cursor after exiting a sub program
7526a9e6e5 implementation of jump_to_dir
Compare 3 commits »
amberisvibin pushed to main at amberisvibin/bbs 2025-08-12 09:21:55 -04:00
7fb5978b34 mild refactoring, clean up windows properly upon exit
amberisvibin synced commits to main at amberisvibin/th from mirror 2025-08-10 12:16:24 -04:00
7b563894f7 improventments to navigation\; now ignoring inputs without associated binding. beginning of enter_shell
amberisvibin pushed to main at amberisvibin/bbs 2025-08-06 20:14:28 -04:00
790e60d23f fix format error in README.md (i have to be more careful checking these things)
amberisvibin pushed to main at amberisvibin/bbs 2025-08-06 20:13:01 -04:00
b2fcc087af update README.md to reflect Makefile changes
amberisvibin pushed to main at amberisvibin/bbs 2025-08-06 20:09:36 -04:00
9d151c4dad seperate GIT_TAG and GIT_HASH in version.c
amberisvibin pushed to main at amberisvibin/bbs 2025-08-06 19:54:09 -04:00
b24d97213e Merge pull request 'feat(version): added support for building version information' (#2) from gfaraday/bbs:main into main
97af579397 feat(version): added support for building version information
Compare 2 commits »
amberisvibin merged pull request amberisvibin/bbs#2 2025-08-06 19:54:07 -04:00
feat(version): added support for building version information
amberisvibin synced commits to main at amberisvibin/th from mirror 2025-08-06 18:26:23 -04:00
7ab04a5a87 added image previews using ueberzug
ec4d2dec8b proper permissions of makedir
Compare 2 commits »
amberisvibin pushed to main at amberisvibin/bbs 2025-08-06 14:47:45 -04:00
57e8c4a499 forgot to change locale after disabling utf8
amberisvibin pushed to main at amberisvibin/bbs 2025-08-06 14:23:16 -04:00
d779e6f3a0 update readme to reflect makefile changes
amberisvibin pushed to main at amberisvibin/bbs 2025-08-06 14:20:34 -04:00
02b305cc8b unicode is not working anyways, so linking to ncursesw is useless. will fix later
amberisvibin deleted branch seperate_screen_files from amberisvibin/bbs 2025-08-05 17:40:20 -04:00
amberisvibin pushed to main at amberisvibin/bbs 2025-08-05 17:39:37 -04:00
6b7a1c459b Merge pull request 'Seperate Screen Files' (#1) from seperate_screen_files into main
96a18b8cdb move files to src/ directory and add build/ to .gitignore
914ce0d7ad each screen now has it's own file, and there is a framework for adding more
db26be2a07 Import makefile by Gale, thank you <3
18eba940f1 prepare for compile time init of screens[]
Compare 8 commits »
amberisvibin merged pull request amberisvibin/bbs#1 2025-08-05 17:39:37 -04:00
Seperate Screen Files