27 Commits

Author SHA1 Message Date
4063e5d190 another update to README cuz I'm dumb
yes
2025-01-23 08:50:58 -07:00
c19aaa7880 README UPDATE
Many stuff changed!
2025-01-23 08:48:38 -07:00
0436087761 UTF-8 Fixes, attempt at scrolling, & minor changes
Changed some global -> local const vars
2025-01-23 08:45:09 -07:00
14296c3b6b Unicode support!
Took a lot of debugging...
2025-01-22 09:44:44 -07:00
63522a14fc 256-color SUPPORT + extra stuff too ig
very epico update, makes it much much more usable
2025-01-21 18:31:58 -07:00
264f53a342 ANSI Escape Code Handling
Better handling of ANSI Escape Code Handling
2025-01-21 15:56:56 -07:00
a044864f92 fixed weird characters
backspacing is now not broken!
2025-01-21 13:56:25 -07:00
7e11c02405 Better handling of ansi escape code sequences for clearing
Handling of ESC[0m especially
2025-01-21 13:39:21 -07:00
0437af53c3 Fixing (potentially) a buffer underflow in key_press_cb
Basically the inputs are goofy
2025-01-21 13:21:16 -07:00
9215edb1c1 Rewrite of main() and a few other functions
it should have less sloc and better overall
2025-01-20 12:12:07 -07:00
2e81b185e2 backspace reimplemented
it should work now
2025-01-20 01:42:44 -07:00
60505314a4 huge revamp of scrolling system | more ansi_code support
I'm syncing now before I lose this update... again (This is from a backup drive)
2025-01-20 01:19:54 -07:00
Rekketstone
dc7562af52 Another poor attempt to fix vim
At least I think I'm geting closer?
2025-01-16 14:35:29 -07:00
Rekketstone
d8c40cb367 Formating
This is automatic
2025-01-16 13:57:30 -07:00
Rekketstone
1ad881ba60 Attempt to fix scrolling in vim
Atleast now it can "emulate" scrolling
2025-01-16 13:55:08 -07:00
Rekketstone
8bed0e9d52 Minor Terminal tweaks to make it more usable
Bash history is broken still, there is no CTRL+backspace, but it's
alright ig.
2025-01-16 11:55:52 -07:00
Rekketstone
a14cca9a99 Underline is broken, clearing terminal fixed
let shell deal with it amirite?
2025-01-16 11:29:27 -07:00
Rekketstone
4c06bb7562 sloc update
it's less than 1k sloc, for exacts it's like 880 sloc or smth
2025-01-16 10:05:42 -07:00
Rekketstone
d53f948bc4 Added highlighting, diming support
htop looks a lot better now
2025-01-16 10:03:58 -07:00
Rekketstone
e7cb69fe4b Simple handling for autocomplete and bash history
As long as you are using bash it will always work, not sure for fish and
other shells so I'll leave it to the user to experiment soon, I'll add
another thing to the config.h to do so.
2025-01-16 07:34:29 -07:00
Rekketstone
8b171bbb5a Using ANSI escape code to CTRL+C instead of SIGINT 2025-01-15 20:56:31 -07:00
Rekketstone
f3b05c3929 Alternative buffering and ANSI Escape Codes
This kind helped with stabilizing vim and htop, still gotta fix them
tho.
2025-01-15 20:48:15 -07:00
Rekketstone
a04a1870cc Refreshing and No more blinking cursor
Cursor will now be hollow if you're not focused on the window and the
refreshing of the terminal makes the cursor not freak out + some visual
bugs **should** be fixed. Htop and vim are not going to work still
unfortunately.
2025-01-15 17:54:45 -07:00
Rekketstone
347ac2948c window name stuff, and possibly unicode support? 2025-01-15 17:24:05 -07:00
Rekketstone
6cbac0b2d0 Stupid README.md fix
grr need them cross outs
2025-01-15 16:37:34 -07:00
Rekketstone
78df3c131a Very epico progaming
Yes
2025-01-15 16:36:48 -07:00
79de3abd33 Initial commit 2025-01-15 18:24:35 +00:00