o

oterm

v5f7909alibrary

No description provided.

0 stars0 forksUnknownupdated 3 months ago
Open repo

OTerm is a terminal emulator written in Odin

Motivation : Love of the game and I wanted to learn a new language

Known Issues:

  • Currently buffer can misalign a read and will read part of an escape code or unicode which will cause a segfault

Below are some dev notes I am writing to myself

keep working on ansi parsing,, handling cursor movement

    dch=\E[%p1%dP,                    # Delete N characters
    dch1=\E[P,                         # Delete 1 character
    il=\E[%p1%dL,                     # Insert N lines
    il1=\E[L,                          # Insert 1 line
    ich=\E[%p1%d@,                     # Insert N characters
    ech=\E[%p1%dX,                     # Erase N characters

i dont need to switch to opengl with truetype , just switch from blitting to using a textrenderer in sdl, basically same thingggggggggg also work on cursor movemnet also work on how do i want to parse csi codes with multiple args that are ; separated? -> look online @ what other people have done probs

Package Info
Version
v5f7909a
License
Unknown
Author
@Disavie
Type
library
Forks
0
Created
3 months ago
Updated
3 months ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks